From 8af819f9e0c649824f30f809aac0e91ec8354c97 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sat, 28 Oct 2017 12:14:57 +0000 Subject: [PATCH] var name ssh_authorized_keys --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index ffd4d80..bedbf01 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -61,7 +61,7 @@ owner: "{{ item }}" group: "{{ item }}" with_items: "{{ users.keys() }}" - when: users[item].authorized_keys is defined + when: users[item].ssh_authorized_keys is defined - name: check if systemd lingering is enabled stat: