1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Update main.yml

This commit is contained in:
A Holt 2017-10-27 20:17:40 -04:00 committed by GitHub
parent f101f87a36
commit 40a0a4063a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
- name: Install MySQL if Debian/Debuntu
- name: Install MySQL for Debian/Debuntu
package: name={{ item }}
state=present
with_items:
@ -26,7 +26,7 @@
package: name=php-xml-parser state=present
when: is_debian_8
- name: Install MySQL
- name: Install MySQL for non-Debian/Debuntu
package: name={{ item }}
state=present
with_items: