You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/roles/dupe_inheritance.yml

11 lines
173 B
YAML

- name: Test
hosts: testhost
gather_facts: false
roles:
- role: top
info: First definition
testvar: abc
- role: top
info: Second definition