Skip to content

Commit 0346246

Browse files
committed
Assert on localhost, makes the play stop if the assertion fails.
1 parent 80c9910 commit 0346246

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
# tasks file for bootstrap
33

44
- name: include assert.yml
5-
include_tasks: assert.yml
5+
import_tasks: assert.yml
66
run_once: yes
7+
delegate_to: localhost
78

89
- name: wait for host
910
wait_for:

0 commit comments

Comments
 (0)