Add nolog.yml
This commit is contained in:
parent
fb637db028
commit
00e961b1bd
17
nolog.yml
Normal file
17
nolog.yml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
- name: Test Nolog
|
||||
hosts: all
|
||||
become: false
|
||||
gather_facts: false
|
||||
|
||||
vars:
|
||||
__my_password: 09fjgn34t87j3t8
|
||||
|
||||
|
||||
tasks:
|
||||
- name: Echo password via command
|
||||
ansible.builtin.command: "/bin/echo 'hello world - your password is {{ __my_password }}"
|
||||
|
||||
- name: What about via debug...
|
||||
ansible.builtin.debug:
|
||||
msg: "your password is {{ __my_password }}"
|
Loading…
x
Reference in New Issue
Block a user