diff --git a/roles/ssh_keypairs/tasks/standalone/install_ssh_key.yml b/roles/ssh_keypairs/tasks/standalone/install_ssh_key.yml index 6ae352ed..18761b81 100644 --- a/roles/ssh_keypairs/tasks/standalone/install_ssh_key.yml +++ b/roles/ssh_keypairs/tasks/standalone/install_ssh_key.yml @@ -34,3 +34,4 @@ loop: "{{ _ssh_key_slurp.results | default([]) }}" when: item.skipped is not defined ignore_errors: "{{ ansible_check_mode }}" + no_log: "{{ ssh_keypairs_no_log | default(True) }}"