1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #357 from holta/master

typo Provisioally -> Provisionally
This commit is contained in:
A Holt 2017-10-01 18:50:57 -04:00 committed by GitHub
commit 79def69d33

View file

@ -99,7 +99,7 @@
when: mysql_enabled when: mysql_enabled
# we had to start mysql in order to configure it, now turn if off if not enabled # we had to start mysql in order to configure it, now turn if off if not enabled
- name: Provisioally Disable the MySQL service - name: Provisionally Disable the MySQL service
service: name={{ mysql_service }} service: name={{ mysql_service }}
enabled=no enabled=no
state=stopped state=stopped