From f2232bc39f4751a2fb916886d2e9d1726b007f01 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 16 Nov 2023 11:10:06 -0500 Subject: [PATCH] Update nolog.yml --- nolog.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nolog.yml b/nolog.yml index 8e910a3..421125c 100644 --- a/nolog.yml +++ b/nolog.yml @@ -20,7 +20,6 @@ ansible.builtin.command: "/bin/echo 'hello world - your password is {{ __my_password }}'" no_log: True - - name: What about via debug... (no_log) + - name: What about via debug... (no_log (from ansible.cfg)) ansible.builtin.debug: - msg: "your password is {{ __my_password }}" - no_log: True \ No newline at end of file + msg: "your password is {{ __my_password }}" \ No newline at end of file