Update nolog.yml

This commit is contained in:
Chris Hammer 2023-11-16 11:22:41 -05:00
parent af02f2eebf
commit 6dd67a8c2f

View File

@ -26,3 +26,7 @@
- name: What about via debug... (no_log (from ansible.cfg))
ansible.builtin.debug:
msg: "your password is {{ __my_password }}"
- name: what is no log set to
ansible.builtin.debug:
msg: "{{ env['ANSIBLE_NO_LOG]' }}"