mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Cleanup of PHP 7.x & 8.0 dependencies
This commit is contained in:
parent
1493005d63
commit
468836d51e
14 changed files with 102 additions and 77 deletions
|
@ -5,13 +5,14 @@
|
|||
# - 7 DB config
|
||||
# - 2 record as installed
|
||||
|
||||
- name: 'Install MySQL packages: mariadb-server, mariadb-client (debuntu)'
|
||||
- name: 'Install MySQL packages: mariadb-server, mariadb-client, php{{ php_version }}-mysql'
|
||||
package:
|
||||
name:
|
||||
- mariadb-server
|
||||
- mariadb-client
|
||||
#- php{{ php_version }}-common # Auto-installed as an apt dependency
|
||||
- php{{ php_version }}-mysql
|
||||
state: present
|
||||
when: is_debuntu
|
||||
|
||||
# 2020-07-11:
|
||||
# 10 PHP package installs moved to roles/www_base/tasks/main.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue