+ php-composer install own playbook with version downgrade for oldest php 7.4

* automatic detect php version and set php extension (for =>8 php version without installing gd, because Debian 11 need libgd3 fix for that)
* mapping tld hostname for non-www redirection moved to conf.d and copy that file to remote machine with others existing map-files
* some features in this commit not to be a tested in real environment
This commit is contained in:
2024-07-02 08:47:01 +03:00
parent 24c9799270
commit bbb84079df
6 changed files with 36 additions and 5 deletions

View File

@ -1,6 +1,7 @@
---
- name: Solve problem with libgd3 for php-gd
hosts: [ 'debian10' ]
when: (php_version != '7.4')
vars_files:
- ./../../vars/php.yml
tasks: