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

@ -66,10 +66,9 @@
# These are added to scripts/ansible for python3 support and will be removed # These are added to scripts/ansible for python3 support and will be removed
# once the pip calls are ported to use python3 # once the pip calls are ported to use python3
- name: "Install 4 common Python packages: python-passlib, python-pip, python-setuptools, python-virtualenv" - name: "Install 3 common Python packages: python-pip, python-setuptools, python-virtualenv"
package: package:
name: name:
# - python-passlib
- python-pip - python-pip
- python-setuptools - python-setuptools
- python-virtualenv - python-virtualenv

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: package:
name: name:
- mariadb-server - mariadb-server
- mariadb-client - mariadb-client
# - python-mysqldb
- php{{ php_version }} - php{{ php_version }}
- php{{ php_version }}-mysql - php{{ php_version }}-mysql
- php-pear - php-pear