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

Update main.yml

This commit is contained in:
A Holt 2018-10-31 04:11:00 -04:00 committed by GitHub
parent 4056827ba1
commit 1d4c509b14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@
- download
# Name of MySQL service varies by OS so softcoded in 1-prep
- name: Start MySQL systemd service: {{ mysql_service }}
- name: 'Start MySQL systemd service: {{ mysql_service }}'
systemd:
name: "{{ mysql_service }}"
state: started