Update nolog.yml
This commit is contained in:
parent
af02f2eebf
commit
6dd67a8c2f
@ -25,4 +25,8 @@
|
|||||||
|
|
||||||
- name: What about via debug... (no_log (from ansible.cfg))
|
- 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 }}"
|
||||||
|
|
||||||
|
- name: what is no log set to
|
||||||
|
ansible.builtin.debug:
|
||||||
|
msg: "{{ env['ANSIBLE_NO_LOG]' }}"
|
Loading…
x
Reference in New Issue
Block a user