mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
php version in wrong spot
This commit is contained in:
parent
0d74192d9a
commit
778b2dc42d
1 changed files with 5 additions and 5 deletions
|
@ -3,9 +3,9 @@
|
|||
# June 2018 debugging & compilation thanks to Tim Moody & George Hunt
|
||||
# Original bug: https://github.com/iiab/iiab/issues/829
|
||||
|
||||
- name: Unarchive http://download.iiab.io/packages/php-stem{{ php_version }}.rpi.tar to / (rpi)
|
||||
- name: Unarchive http://download.iiab.io/packages/php{{ php_version }}-stem.rpi.tar to / (rpi)
|
||||
unarchive:
|
||||
src: http://download.iiab.io/packages/php-stem{{ php_version }}.rpi.tar
|
||||
src: http://download.iiab.io/packages/php{{ php_version }}-stem.rpi.tar
|
||||
dest: /
|
||||
owner: root
|
||||
group: root
|
||||
|
@ -13,9 +13,9 @@
|
|||
remote_src: yes
|
||||
when: is_rpi | bool
|
||||
|
||||
- name: Unarchive http://download.iiab.io/packages/php-stem{{ php_version }}.x64.tar to / (x64)
|
||||
- name: Unarchive http://download.iiab.io/packages/php{{ php_version }}-stem.x64.tar to / (x64)
|
||||
unarchive:
|
||||
src: http://download.iiab.io/packages/php-stem{{ php_version }}.x64.tar
|
||||
src: http://download.iiab.io/packages/php{{ php_version }}-stem.x64.tar
|
||||
dest: /
|
||||
owner: root
|
||||
group: root
|
||||
|
@ -23,7 +23,7 @@
|
|||
remote_src: yes
|
||||
when: ansible_machine == "x86_64"
|
||||
|
||||
- name: Create softlink osm.conf from sites-enabled to sites-available (debuntu)
|
||||
- name: Create softlink 20-stem.ini to /etc/php/{{ php_version }}/mods-available/stem.ini
|
||||
file:
|
||||
src: "/etc/php/{{ php_version }}/mods-available/stem.ini"
|
||||
path: "/etc/php/{{ php_version }}/fpm/conf.d/20-stem.ini"
|
||||
|
|
Loading…
Reference in a new issue