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

mv 3 python3-* pkgs FROM scripts/ansible TO roles {mysql, postsgresql, munin}

This commit is contained in:
root 2021-07-28 19:10:22 -04:00
parent a6acf8261c
commit e88c5df3df
4 changed files with 18 additions and 6 deletions

View file

@ -12,6 +12,7 @@
- mariadb-client
#- php{{ php_version }}-common # Auto-installed as an apt dependency. REGARDLESS: php{{ php_version }}-common superset php{{ php_version }}-cli is auto-installed by php{{ php_version }}-fpm in nginx/tasks/install.yml
- php{{ php_version }}-mysql # Likewise installed in nextcloud/tasks/install.yml, pbx/tasks/freepbx_dependencies.yml, wordpress/tasks/install.yml
- python3-pymysql # Required by MySQL roles like Elgg, MediaWiki etc
state: present
# 2020-07-11: