1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

exclude i386 from php-stem.yml

This commit is contained in:
Jerry Vonau 2020-04-19 10:53:18 -05:00
parent 2a63ca5bd6
commit 4f766b6e17

View file

@ -3,11 +3,12 @@
#
# (Don't take either name too literally!)
- name: Using html.yml
include_tasks: html.yml
- include_tasks: html.yml
- include_tasks: php-stem.yml
when: php_version < 7.4
- name: Using php-stem.yml
include_tasks: php-stem.yml
when: php_version < 7.4 and not ansible_architecture == "i386"
- 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: