From 24473e19c5781fe6250372ebf318291b6d2667af Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 7 Aug 2018 17:49:05 -0400 Subject: [PATCH] Update php-stem.yml --- roles/httpd/tasks/php-stem.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/httpd/tasks/php-stem.yml b/roles/httpd/tasks/php-stem.yml index 400f24038..62ae82d70 100644 --- a/roles/httpd/tasks/php-stem.yml +++ b/roles/httpd/tasks/php-stem.yml @@ -29,9 +29,10 @@ group: root #mode: ???? remote_src: yes - when: is_debian and (ansible_machine == "x86_64") -# Fails on Ubuntu 18.04 as of 2018-07-28: https://github.com/iiab/iiab/issues/829 + when: is_debian_9 and (ansible_machine == "x86_64") +# Presumably fails on Debian 8 & 10? # 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 # 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