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:
parent
089d92415b
commit
2e68a80e34
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue