Update nolog.yml

This commit is contained in:
Chris Hammer 2023-11-16 11:10:06 -05:00
parent cd4eeaeaec
commit f2232bc39f

View File

@ -20,7 +20,6 @@
ansible.builtin.command: "/bin/echo 'hello world - your password is {{ __my_password }}'"
no_log: True
- name: What about via debug... (no_log)
- name: What about via debug... (no_log (from ansible.cfg))
ansible.builtin.debug:
msg: "your password is {{ __my_password }}"
no_log: True