mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Update main.yml
This commit is contained in:
parent
f101f87a36
commit
40a0a4063a
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue