Update nolog.yml

This commit is contained in:
Chris Hammer 2023-11-16 11:16:55 -05:00
parent 99fd0f8b87
commit af02f2eebf

View File

@ -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 }}'"