From 6dd67a8c2f2238797e35c5cd68d0fe80cb40b5ce Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 16 Nov 2023 11:22:41 -0500 Subject: [PATCH] Update nolog.yml --- nolog.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nolog.yml b/nolog.yml index 2af20d0..cd998dc 100644 --- a/nolog.yml +++ b/nolog.yml @@ -25,4 +25,8 @@ - name: What about via debug... (no_log (from ansible.cfg)) ansible.builtin.debug: - msg: "your password is {{ __my_password }}" \ No newline at end of file + msg: "your password is {{ __my_password }}" + + - name: what is no log set to + ansible.builtin.debug: + msg: "{{ env['ANSIBLE_NO_LOG]' }}" \ No newline at end of file