Update nolog.yml

This commit is contained in:
Chris Hammer 2023-11-16 11:25:51 -05:00
parent 6dd67a8c2f
commit 24bff1f92a

View File

@ -29,4 +29,4 @@
- name: what is no log set to - name: what is no log set to
ansible.builtin.debug: ansible.builtin.debug:
msg: "{{ env['ANSIBLE_NO_LOG]' }}" msg: "{{ lookup('env', 'ANSIBLE_NO_LOG') | default('no thanks') }}"