workflow test
This commit is contained in:
parent
63aad04c3a
commit
0dbf1edf0d
17
node1.yml
Normal file
17
node1.yml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
- name: Set stats test
|
||||
hosts: all
|
||||
become: true
|
||||
gather_facts: false
|
||||
|
||||
tasks:
|
||||
- name: Test a var
|
||||
ansible.builtin.set_stats:
|
||||
data:
|
||||
test_set_stats: "It works!"
|
||||
|
||||
- name: Debug test_set_stats
|
||||
ansible.builtin.debug:
|
||||
var: test_set_stats
|
||||
|
||||
...
|
Loading…
x
Reference in New Issue
Block a user