mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #2349 from jvonau/php_386
Php 386 [& php-stem with PHP 7.4+ prep?]
This commit is contained in:
commit
07238910b2
3 changed files with 28 additions and 20 deletions
|
@ -49,18 +49,6 @@
|
|||
msg: roles/nginx/tasks/homepage.yml will run LATER (invoked by roles/www_options/tasks/main.yml) SO THAT NGINX CAN REDIRECT http://box TO http://box{{ iiab_home_url }} (based on var iiab_home_url)
|
||||
# - include_tasks: roles/nginx/tasks/homepage.yml
|
||||
|
||||
# php-stem extension installed by roles/www_base/tasks/php-stem.yml
|
||||
# here it is linked to php-fpm
|
||||
# we skip any errors which probably due to the lack of the .so for the current platform
|
||||
- name: Symlink /etc/php/{{ php_version }}/fpm/conf.d/20-stem.ini -> /etc/php/{{ php_version }}/mods-available/stem.ini
|
||||
file:
|
||||
src: "/etc/php/{{ php_version }}/mods-available/stem.ini"
|
||||
path: "/etc/php/{{ php_version }}/fpm/conf.d/20-stem.ini"
|
||||
state: link
|
||||
ignore_errors: yes
|
||||
#when: php_version != 7.4
|
||||
#when: nginx_enabled | bool
|
||||
|
||||
- name: Restart php{{ php_version }}-fpm systemd service
|
||||
systemd:
|
||||
name: "php{{ php_version }}-fpm"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue