1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Update php-stem.yml

This commit is contained in:
A Holt 2018-10-30 21:22:21 -04:00 committed by GitHub
parent ed74fad799
commit 42acd66871
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
# command: cd /; wget http://download.iiab.io/packages/php-stem.x64.tar # command: cd /; wget http://download.iiab.io/packages/php-stem.x64.tar
# when: not is_rpi # when: not is_rpi
- name: Download & unpack php-stem.rpi.tar to / (rpi) - name: Unarchive http://download.iiab.io/packages/php-stem.rpi.tar to / (rpi)
unarchive: unarchive:
src: http://download.iiab.io/packages/php-stem.rpi.tar src: http://download.iiab.io/packages/php-stem.rpi.tar
dest: / dest: /
@ -21,7 +21,7 @@
remote_src: yes remote_src: yes
when: is_rpi when: is_rpi
- name: Download & unpack php-stem.x86.tar to / (debian-9 on x86_64 only) - name: Unarchive http://download.iiab.io/packages/php-stem.x64.tar to / (debian-9 on x86_64 only)
unarchive: unarchive:
src: http://download.iiab.io/packages/php-stem.x64.tar src: http://download.iiab.io/packages/php-stem.x64.tar
dest: / dest: /
@ -33,9 +33,3 @@
# Presumably fails on Debian 8 & 10? # Presumably fails on Debian 8 & 10?
# Fails on Debian i686 as of 2018-08-07: https://github.com/iiab/iiab/issues/983 # Fails on Debian i686 as of 2018-08-07: https://github.com/iiab/iiab/issues/983
# Fails on Ubuntu 18.04 as of 2018-07-28: https://github.com/iiab/iiab/issues/829 # Fails on Ubuntu 18.04 as of 2018-07-28: https://github.com/iiab/iiab/issues/829
# No need to do this twice? Happens later @ https://github.com/iiab/iiab/blob/master/roles/3-base-server/tasks/main.yml#L24-L28
#- name: Restart apache2 / httpd
# service:
# name: "{{ apache_service }}"
# state: restarted