From 9355b3eea86cbc57a4b2fd1d832ad04bf1a41351 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 1 Oct 2015 18:38:43 +0200 Subject: [PATCH] library/roles/ssh-keys/tasks/non-root-ssh-keys.yml: Fix the behaviour. --- ssh-keys/tasks/non-root-ssh-keys.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ssh-keys/tasks/non-root-ssh-keys.yml b/ssh-keys/tasks/non-root-ssh-keys.yml index aa2c9b9..6468806 100644 --- a/ssh-keys/tasks/non-root-ssh-keys.yml +++ b/ssh-keys/tasks/non-root-ssh-keys.yml @@ -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