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:
commit
b3bffe4c71
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…
Reference in a new issue