From 37731a8d4f484af6d0adc7565d740dcd1b85a5f3 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 7 Aug 2018 17:34:03 -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 191872775..9042ab86a 100644 --- a/roles/httpd/tasks/php-stem.yml +++ b/roles/httpd/tasks/php-stem.yml @@ -29,7 +29,8 @@ group: root #mode: ???? remote_src: yes - when: not is_rpi + when: is_debian and (ansible_machine == "x86_64") +# when: not is_rpi # 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