Skip to content

Commit 8b00aa2

Browse files
makirilloybed
andauthored
Fix format for the null.yaml playbook (#93)
* Fix format for the null.yaml playbook * remove redundant 'name' for "import_playbook" Co-authored-by: Øystein Bedin <[email protected]>
1 parent 95fc8f1 commit 8b00aa2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

manage-participants/null.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@
88
- import_playbook: completion_callback.yml
99

1010
- name: End Playbook
11-
meta: end_play
11+
gather_facts: false
12+
hosts: localhost
13+
tasks:
14+
- meta: end_play

0 commit comments

Comments
 (0)