+ refactored and solve some problems with mariadb and nginx playbook
+ apps playbooks - docker, caprover * simple refactore starter scripts + apt update debops playboook prepend launch by default * sury repo changed * database users locked to localhost only * phpmyadmin blowfish generate secret fix
This commit is contained in:
@ -1,16 +1,18 @@
|
||||
---
|
||||
- name: Solve problem with libgd3 for php-gd
|
||||
hosts: [ 'debian10' ]
|
||||
when: (php_version != '7.4')
|
||||
vars_files:
|
||||
- ./../../vars/php.yml
|
||||
tasks:
|
||||
- copy:
|
||||
- name: Set pin for libgd3 package
|
||||
copy:
|
||||
dest: '/etc/apt/preferences.d/libgd-pin100'
|
||||
content: |-
|
||||
Package: libgd3
|
||||
Pin-Priority: 100
|
||||
- shell: |-
|
||||
|
||||
- name: Update apt cache policy and install libgd
|
||||
shell: |-
|
||||
apt update
|
||||
apt install -t bullseye libgd3 -yy
|
||||
apt-cache policy libgd3
|
||||
|
||||
Reference in New Issue
Block a user