Skip to content

Commit

Permalink
Fix format for the null.yaml playbook (#93)
Browse files Browse the repository at this point in the history
* Fix format for the null.yaml playbook

* remove redundant 'name' for "import_playbook"

Co-authored-by: Øystein Bedin <[email protected]>
  • Loading branch information
makirill and oybed authored Dec 3, 2021
1 parent 95fc8f1 commit 8b00aa2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion manage-participants/null.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@
- import_playbook: completion_callback.yml

- name: End Playbook
meta: end_play
gather_facts: false
hosts: localhost
tasks:
- meta: end_play

0 comments on commit 8b00aa2

Please sign in to comment.