mirror of
https://github.com/zerwes/ansible-fqcn-converter.git
synced 2025-02-25 18:55:30 -06:00
issue #12 : added vars block to the test file
This commit is contained in:
parent
3024febec0
commit
22550339a4
@ -2,6 +2,11 @@
|
|||||||
- name: ansible fqcn test playbook
|
- name: ansible fqcn test playbook
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
|
vars:
|
||||||
|
xyz: abc
|
||||||
|
num: 1
|
||||||
|
deploy: true
|
||||||
|
domain: example.com
|
||||||
tasks:
|
tasks:
|
||||||
- name: test task 1
|
- name: test task 1
|
||||||
command: cat dog
|
command: cat dog
|
||||||
|
@ -2,6 +2,11 @@
|
|||||||
- name: ansible fqcn test playbook
|
- name: ansible fqcn test playbook
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
|
vars:
|
||||||
|
xyz: abc
|
||||||
|
num: 1
|
||||||
|
deploy: true
|
||||||
|
domain: example.com
|
||||||
tasks:
|
tasks:
|
||||||
- name: test task 1
|
- name: test task 1
|
||||||
# possible ambiguous replacement: command : ansible.builtin.command | community.ciscosmb.command | community.routeros.command
|
# possible ambiguous replacement: command : ansible.builtin.command | community.ciscosmb.command | community.routeros.command
|
||||||
|
Loading…
Reference in New Issue
Block a user