[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,11 +5,12 @@
include:
- playbook
cmd.run:
- name: until nc -z {{ MAINIP }} 3200; do sleep 1; done
- timeout: 30
- onchanges:
- cmd: create_user
wait_for_playbook:
cmd.run:
- name: until nc -z {{ MAINIP }} 3200; do sleep 1; done
- timeout: 30
- onchanges:
- cmd: create_user
create_user:
cmd.script: