mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
add in stem changes from Tim
This commit is contained in:
parent
b4a086413c
commit
852cddf222
1 changed files with 11 additions and 1 deletions
|
@ -11,7 +11,17 @@
|
|||
group: root
|
||||
#mode: ????
|
||||
remote_src: yes
|
||||
when: is_raspbian | bool
|
||||
when: ansible_machine == "armv7l"
|
||||
|
||||
- name: Unarchive http://download.iiab.io/packages/php{{ php_version }}-stem.aarch64.tar to / (rpi)
|
||||
unarchive:
|
||||
src: http://download.iiab.io/packages/php{{ php_version }}-stem.aarch64.tar
|
||||
dest: /
|
||||
owner: root
|
||||
group: root
|
||||
#mode: ????
|
||||
remote_src: yes
|
||||
when: ansible_machine == "aarch64"
|
||||
|
||||
- name: Unarchive http://download.iiab.io/packages/php{{ php_version }}-stem.x64.tar to / (x64)
|
||||
unarchive:
|
||||
|
|
Loading…
Add table
Reference in a new issue