mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 11:22:47 +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 }
|