mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
whatever php7.2 it is..
This commit is contained in:
parent
6c7a53bf4d
commit
315a2dc0ec
1 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,12 @@
|
||||||
# June 2018 debugging & compilation thanks to Tim Moody & George Hunt
|
# June 2018 debugging & compilation thanks to Tim Moody & George Hunt
|
||||||
# Original bug: https://github.com/iiab/iiab/issues/829
|
# Original bug: https://github.com/iiab/iiab/issues/829
|
||||||
|
|
||||||
- name: Set fact stem available php 7.3
|
- name: Set fact stem available php 7.2 - includes x86_64 only
|
||||||
|
set_fact:
|
||||||
|
stem_available: True
|
||||||
|
when: ansible_machine == "x86_64" and php_version == 7.2
|
||||||
|
|
||||||
|
- name: Set fact stem available php 7.3 - excludes i386
|
||||||
set_fact:
|
set_fact:
|
||||||
stem_available: True
|
stem_available: True
|
||||||
when: not ansible_machine == "i386" and php_version == 7.3
|
when: not ansible_machine == "i386" and php_version == 7.3
|
||||||
|
|
Loading…
Reference in a new issue