1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

whatever php7.2 it is..

This commit is contained in:
Jerry Vonau 2020-04-19 12:43:12 -05:00
parent 6c7a53bf4d
commit 315a2dc0ec

View file

@ -3,7 +3,12 @@
# June 2018 debugging & compilation thanks to Tim Moody & George Hunt
# 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:
stem_available: True
when: not ansible_machine == "i386" and php_version == 7.3