mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
disable php-stem on U-20
revert this commit when php7.4 support is available
This commit is contained in:
parent
d0104f59e3
commit
224ea066e5
2 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
src: "/etc/php/{{ php_version }}/mods-available/stem.ini"
|
||||
path: "/etc/php/{{ php_version }}/fpm/conf.d/20-stem.ini"
|
||||
state: link
|
||||
when: php_version != "7.4"
|
||||
#when: nginx_enabled | bool
|
||||
|
||||
- name: Restart php{{ php_version }}-fpm systemd service
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
- include_tasks: html.yml
|
||||
- include_tasks: php-stem.yml
|
||||
when: php_version != "7.4"
|
||||
|
||||
- name: Create dir {{ doc_root }}/home -- if you customized var iiab_home_url e.g. in /etc/iiab/local_vars.yml, that dir is created later -- by www_options/tasks/main.yml
|
||||
file:
|
||||
|
|
Loading…
Reference in a new issue