1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

Update install.yml

This commit is contained in:
A Holt 2018-09-20 19:05:56 -04:00 committed by GitHub
parent c98e827588
commit b6eaf85b1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@
mode: 0755
keep_newer: yes
- name: MySQL database needs to be running if we are trying to create a new db
- name: Ensure MySQL is running, so we can create db
service:
state: started
name: "{{ mysql_service }}"