From af02f2eebf12e9e81ffaf7d1acb20843eeca282b Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 16 Nov 2023 11:16:55 -0500 Subject: [PATCH] Update nolog.yml --- nolog.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nolog.yml b/nolog.yml index 421125c..2af20d0 100644 --- a/nolog.yml +++ b/nolog.yml @@ -9,6 +9,9 @@ tasks: + - name: Echo string via command + ansible.builtin.command: "/bin/echo 'hello world'" + - name: Echo password via command ansible.builtin.command: "/bin/echo 'hello world - your password is {{ __my_password }}'"