mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #2313 from jvonau/U20
U20 [PHP 7.4 for Ubuntu 20.04]
This commit is contained in:
commit
1140f0405a
3 changed files with 4 additions and 1 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
|
||||
|
|
|
@ -5,7 +5,9 @@
|
|||
|
||||
|
||||
- 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:
|
||||
|
|
|
@ -23,7 +23,7 @@ mysql_service: mariadb
|
|||
apache_log: /var/log/apache2/access.log
|
||||
sshd_package: openssh-server
|
||||
sshd_service: ssh
|
||||
php_version: 7.3 # 7.4 might be nec for Ubuntu 20.04 later?
|
||||
php_version: 7.4
|
||||
# "postgresql_version: 11.2" failed (too detailed for /etc/systemd/system/postgresql-iiab.service on Ubuntu 19.04)
|
||||
postgresql_version: 12
|
||||
systemd_location: /lib/systemd/system
|
||||
|
|
Loading…
Add table
Reference in a new issue