From 9c56ea11cab7dabdfa1231ba17facd94cad73793 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 20 Mar 2024 16:28:47 +0100 Subject: [PATCH] Investigate why the 'state' does not as expected. --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 67e437d..71c4fa6 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -58,7 +58,7 @@ remove: "{{ item.remove_data | default(false) }}" force: true loop: '{{ users_system_users }}' - no_log: true + no_log: false - name: Ensure that the users can login with their ssh keys ansible.posix.authorized_key: @@ -100,7 +100,7 @@ remove: "{{ item.remove_data | default(false) }}" force: true loop: '{{ users_system_users_adjunct }}' - no_log: true + no_log: false - name: Ensure that the additional users can login with their ssh keys ansible.posix.authorized_key: