community.general/samples/test_role.yml

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"