1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

is_rpi -> is_raspbian to fix merge conflict in www_base/tasks/php-stem.yml

This commit is contained in:
root 2020-03-09 12:56:48 -04:00
parent 089d92415b
commit 2e68a80e34

View file

@ -11,7 +11,7 @@
group: root
#mode: ????
remote_src: yes
when: is_rpi | bool
when: is_raspbian | bool
- name: Unarchive http://download.iiab.io/packages/php{{ php_version }}-stem.x64.tar to / (x64)
unarchive: