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:
parent
df4d8445be
commit
d538c7b79e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue