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
|
# just tasks list
|
||||||
|
|
||||||
# named task
|
# named task
|
||||||
- name: test
|
- name: test apt unnamed
|
||||||
apt:
|
apt:
|
||||||
name: ipsum
|
name: ipsum
|
||||||
|
|
||||||
# named task w/ group as pitfall
|
# named task w/ group as pitfall
|
||||||
- name: test
|
- name: test copy with group as pitfall
|
||||||
copy:
|
copy:
|
||||||
content: aaa
|
content: aaa
|
||||||
dest: xyz
|
dest: xyz
|
||||||
|
Loading…
Reference in New Issue
Block a user