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

use installed python3-mysqldb in place of python-mysqldb

This commit is contained in:
Jerry Vonau 2019-10-31 06:38:00 -05:00
parent 199d1f34c4
commit 890e955700
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
name:
- mariadb-server
- mariadb-client
- python-mysqldb
# - python-mysqldb
- php{{ php_version }}
- php{{ php_version }}-mysql
- php-pear

View file

@ -25,6 +25,6 @@
- php-snmp
- php-fpm
- libapache2-mod-php
- python-mysqldb # https://github.com/Yannik/ansible-role-freepbx/blob/master/tasks/freepbx.yml#L33
# - python-mysqldb # https://github.com/Yannik/ansible-role-freepbx/blob/master/tasks/freepbx.yml#L33
- libapache2-mpm-itk # To serve FreePBX through a VirtualHost as asterisk user
state: latest