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:
parent
199d1f34c4
commit
890e955700
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
name:
|
||||
- mariadb-server
|
||||
- mariadb-client
|
||||
- python-mysqldb
|
||||
# - python-mysqldb
|
||||
- php{{ php_version }}
|
||||
- php{{ php_version }}-mysql
|
||||
- php-pear
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue