mirror of
https://github.com/zerwes/ansible-fqcn-converter.git
synced 2025-02-25 18:55:30 -06:00
updated example
This commit is contained in:
parent
d5052d1502
commit
4a4bc30292
@ -21,12 +21,12 @@
|
||||
# just tasks list
|
||||
|
||||
# named task
|
||||
- name: test
|
||||
- name: test apt unnamed
|
||||
apt:
|
||||
name: ipsum
|
||||
|
||||
# named task w/ group as pitfall
|
||||
- name: test
|
||||
- name: test copy with group as pitfall
|
||||
copy:
|
||||
content: aaa
|
||||
dest: xyz
|
||||
|
Loading…
Reference in New Issue
Block a user