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

requested changes

This commit is contained in:
Jerry Vonau 2019-10-31 09:30:53 -05:00
parent 7bf4e94234
commit e3d0d454c0
2 changed files with 2 additions and 4 deletions

View file

@ -1,9 +1,8 @@
- name: 'Install MySQL packages: mariadb-server, mariadb-client, python-mysqldb and 8 php packages (debuntu)'
- name: 'Install MySQL packages: mariadb-server, mariadb-client, and 8 php packages (debuntu)'
package:
name:
- mariadb-server
- mariadb-client
# - python-mysqldb
- php{{ php_version }}
- php{{ php_version }}-mysql
- php-pear