issue #12 : added vars block to the test file

This commit is contained in:
Klaus Zerwes 2022-11-17 14:54:57 +01:00
parent 3024febec0
commit 22550339a4
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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