mirror of
https://github.com/zerwes/ansible-fqcn-converter.git
synced 2025-02-16 16:14:50 -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
|
||||
hosts: localhost
|
||||
gather_facts: true
|
||||
vars:
|
||||
xyz: abc
|
||||
num: 1
|
||||
deploy: true
|
||||
domain: example.com
|
||||
tasks:
|
||||
- name: test task 1
|
||||
command: cat dog
|
||||
|
@ -2,6 +2,11 @@
|
||||
- name: ansible fqcn test playbook
|
||||
hosts: localhost
|
||||
gather_facts: true
|
||||
vars:
|
||||
xyz: abc
|
||||
num: 1
|
||||
deploy: true
|
||||
domain: example.com
|
||||
tasks:
|
||||
- name: test task 1
|
||||
# possible ambiguous replacement: command : ansible.builtin.command | community.ciscosmb.command | community.routeros.command
|
||||
|
Loading…
Reference in New Issue
Block a user