From 1861876c9c7e0ba19bf776dd285d3bd88d0ac379 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 7 Aug 2018 17:43:34 -0400 Subject: [PATCH] Update php-stem.yml --- roles/httpd/tasks/php-stem.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/httpd/tasks/php-stem.yml b/roles/httpd/tasks/php-stem.yml index 9042ab86a..400f24038 100644 --- a/roles/httpd/tasks/php-stem.yml +++ b/roles/httpd/tasks/php-stem.yml @@ -30,7 +30,8 @@ #mode: ???? remote_src: yes when: is_debian and (ansible_machine == "x86_64") -# when: not is_rpi +# Fails on Ubuntu 18.04 as of 2018-07-28: https://github.com/iiab/iiab/issues/829 +# Fails on Debian i686 as of 2018-08-07: https://github.com/iiab/iiab/issues/983 # 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