Skip to content

Commit

Permalink
Merge pull request #5 from jonathanio/fix/bare-variables-error
Browse files Browse the repository at this point in the history
Bare Variables in Tasks Error
  • Loading branch information
jonathanio authored Aug 11, 2016
2 parents bc2359b + a07380c commit 002e6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
state: "{{ item.state | default(preset) }}"
manage_dir: yes
with_items:
users_root_ssh_keys
"{{ users_root_ssh_keys }}"
tags:
- user_keys

0 comments on commit 002e6a0

Please sign in to comment.