diff options
Diffstat (limited to 'test/role-with-handler/main.yml')
-rw-r--r-- | test/role-with-handler/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/role-with-handler/main.yml b/test/role-with-handler/main.yml new file mode 100644 index 0000000..9b37597 --- /dev/null +++ b/test/role-with-handler/main.yml @@ -0,0 +1,4 @@ +- hosts: localhost + name: foo + roles: + - { role: a-role } |