1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

Merge pull request #2837 from Hermanio/master

Enable php-stem installation for armv6l machine type
This commit is contained in:
A Holt 2021-07-15 11:01:04 -04:00 committed by GitHub
commit b3bffe4c71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: