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

typo Provisioally -> Provisionally

This commit is contained in:
A Holt 2017-10-01 18:48:50 -04:00 committed by GitHub
parent 43733092fe
commit 159e3280ab

View file

@ -99,7 +99,7 @@
when: mysql_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 }}
enabled=no
state=stopped