[fix] Fix dev merge issues

This commit is contained in:
William Wernert
2020-05-04 10:55:00 -04:00
parent a2fbdf644c
commit 5805d68b58
45 changed files with 12 additions and 1138 deletions

View File

@@ -85,4 +85,9 @@ so-mysql:
- /opt/so/log/mysql:/var/log/mysql:rw
- watch:
- /opt/so/conf/mysql/etc
cmd.run:
- name: until nc -z {{ MAINIP }} 3306; do sleep 1; done
- timeout: 120
- onchanges:
- docker_container: so-mysql
{% endif %}