diff options
Diffstat (limited to 'examples/playbooks/handlers/included-handlers.yml')
-rw-r--r-- | examples/playbooks/handlers/included-handlers.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/playbooks/handlers/included-handlers.yml b/examples/playbooks/handlers/included-handlers.yml new file mode 100644 index 0000000..77e7440 --- /dev/null +++ b/examples/playbooks/handlers/included-handlers.yml @@ -0,0 +1,6 @@ +--- +- name: Restart xyz + service: name=xyz state=restarted +# see Issue #165 +- name: Command handler issue 165 + command: do something |