diff options
Diffstat (limited to 'examples/play.yml')
-rw-r--r-- | examples/play.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/play.yml b/examples/play.yml new file mode 100644 index 0000000..63e0678 --- /dev/null +++ b/examples/play.yml @@ -0,0 +1,6 @@ +--- +- hosts: bobbins + + tasks: + - name: a bad play + action: command service blah restart |