From 1870c29c04d2536b52c6730ea07fa9ff67a15b91 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 25 Aug 2018 15:15:17 +0200 Subject: [PATCH] nop.. try succeeded --- tasks/ssh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/ssh.yml b/tasks/ssh.yml index 5be8f6e..265f428 100644 --- a/tasks/ssh.yml +++ b/tasks/ssh.yml @@ -32,7 +32,7 @@ regexp: "^#?PasswordAuthentication" line: "PasswordAuthentication no" backrefs: yes - when: add_identity_key == success and not add_identity_key == skipped + when: add_identity_key is succeeded and not add_identity_key is skipped notify: restart sshd - name: Enable SSH daemon