1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Merge pull request #2315 from jvonau/U20

numbers should not have quotes now
This commit is contained in:
A Holt 2020-04-01 11:58:24 -04:00 committed by GitHub
commit 1e84f26be5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +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: php_version != 7.4
#when: nginx_enabled | bool
- name: Restart php{{ php_version }}-fpm systemd service

View file

@ -7,7 +7,7 @@
- include_tasks: html.yml
- include_tasks: php-stem.yml
when: php_version != "7.4"
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: