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