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

Enable php-stem installation for armv6l machine type

This allows the installation to continue on additional ARM devices, such as the original Raspberry Pi 1.
This commit is contained in:
Herman Õunapuu 2021-06-30 07:40:55 +03:00
parent df4d8445be
commit d538c7b79e

View file

@ -26,7 +26,7 @@
group: root
#mode: ????
remote_src: yes
when: ansible_machine == "armv7l" and stem_available is defined
when: (ansible_machine == "armv7l" or ansible_machine == "armv6l") and stem_available is defined
- name: Unarchive http://download.iiab.io/packages/php{{ php_version }}-stem.aarch64.tar to / (rpi)
unarchive: