mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
uncomment 7.4 code
This commit is contained in:
parent
315a2dc0ec
commit
d1462e3b86
1 changed files with 4 additions and 5 deletions
|
@ -13,11 +13,10 @@
|
|||
stem_available: True
|
||||
when: not ansible_machine == "i386" and php_version == 7.3
|
||||
|
||||
# Uncomment and alter to suit current supported arches
|
||||
#- name: Set fact stem available php 7.4
|
||||
# set_fact:
|
||||
# stem_available: True
|
||||
# when: php_version == 7.4 and (ansible_machine == "aarch64" or ansible_machine == "x86_64")
|
||||
- name: Set fact stem available php 7.4
|
||||
set_fact:
|
||||
stem_available: True
|
||||
when: php_version == 7.4 and (ansible_machine == "aarch64" or ansible_machine == "x86_64")
|
||||
|
||||
- name: Unarchive http://download.iiab.io/packages/php{{ php_version }}-stem.rpi.tar to / (rpi)
|
||||
unarchive:
|
||||
|
|
Loading…
Add table
Reference in a new issue