[ix] Correct sls syntax

This commit is contained in:
William Wernert
2020-10-09 08:51:35 -04:00
parent 065fe9042d
commit 5a8d776a62

View File

@@ -5,7 +5,8 @@
include:
- playbook
cmd.run:
wait_for_playbook:
cmd.run:
- name: until nc -z {{ MAINIP }} 3200; do sleep 1; done
- timeout: 30
- onchanges: