diff options
Diffstat (limited to 'test/included-handlers.yml')
-rw-r--r-- | test/included-handlers.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/included-handlers.yml b/test/included-handlers.yml new file mode 100644 index 0000000..322b347 --- /dev/null +++ b/test/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 |