library/roles/ssh-keys/tasks/non-root-ssh-keys.yml: Fix the behaviour.

This commit is contained in:
Andrea Dell'Amico 2015-10-01 18:38:43 +02:00
parent f0f94260c5
commit 9355b3eea8
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
- name: Install the ssh keys for non root users
authorized_key: user={{ item.0.name }} key="{{ item.1 }}" state=present
when:
- authorized_keys is defined
- non_root_users
with_subelements:
- ssh_users_list