Update nolog.yml
This commit is contained in:
parent
cd4eeaeaec
commit
f2232bc39f
@ -20,7 +20,6 @@
|
|||||||
ansible.builtin.command: "/bin/echo 'hello world - your password is {{ __my_password }}'"
|
ansible.builtin.command: "/bin/echo 'hello world - your password is {{ __my_password }}'"
|
||||||
no_log: True
|
no_log: True
|
||||||
|
|
||||||
- name: What about via debug... (no_log)
|
- name: What about via debug... (no_log (from ansible.cfg))
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "your password is {{ __my_password }}"
|
msg: "your password is {{ __my_password }}"
|
||||||
no_log: True
|
|
Loading…
x
Reference in New Issue
Block a user