Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pjan committed Sep 6, 2014
1 parent 5ed218c commit 5c8b2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
with_items: genericusers_users_removed

- name: generic-users | Install the ssh keys for the users
authorized_key: "user={{item.0.name}} key='{{item.1}}'"
authorized_key: "user='{{item.0.name}}' key='{{item.1}}'"
with_subelements:
- genericusers_users
- ssh_keys

0 comments on commit 5c8b2b3

Please sign in to comment.