diff --git a/add-users-groups-authorized_keys-dot-files/roles/ssh-config/tasks/main.yml b/add-users-groups-authorized_keys-dot-files/roles/ssh-config/tasks/main.yml index 0625e2b..d36f0c7 100644 --- a/add-users-groups-authorized_keys-dot-files/roles/ssh-config/tasks/main.yml +++ b/add-users-groups-authorized_keys-dot-files/roles/ssh-config/tasks/main.yml @@ -21,7 +21,7 @@ when: item.stat is defined and item.stat.exists == False and item.item.state == "present" with_items: - "{{ sshconfig.results }}" - #no_log: True + no_log: True - name: CHECK VARS