1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00
* mysql debian 8vs9

* php7.0-xml is the requirement
This commit is contained in:
georgejhunt 2017-07-17 19:46:30 -07:00 committed by GitHub
parent cbdb5b307a
commit 06440aea60

View file

@ -12,12 +12,20 @@
- php{{ php_version }}-imap
- php{{ php_version }}-ldap
- php{{ php_version }}-odbc
- php{{ php_version }}-xml
# - php{{ php_version }}-xml
- php{{ php_version }}-xmlrpc
when: is_debuntu
tags:
- download
- name: php-xml for ubuntu and debian-9
package: name=php{{ php_version }}-xml state=present
when: is_ubuntu or is_debian_9
- name: php-xml for debian-8
package: name=php-xml-parser state=present
when: is_debian_8
- name: Install MySQL
package: name={{ item }}
state=present