mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
* Check that AnsibleUndefinedVariable doesn't occur * AnsibleUndefinedVariable exc.: don't modify type
5 lines
72 B
YAML
5 lines
72 B
YAML
- hosts: testhost
|
|
gather_facts: yes
|
|
roles:
|
|
- { role: template }
|