ansible/samples/test_role.yml
2015-05-03 21:47:26 -05:00

10 lines
157 B
YAML

- hosts: localhost
connection: local
gather_facts: no
vars:
foo: "BAD!!"
roles:
- { role: test_role, foo: bar }
tasks:
- debug: msg="done"