From 0d64c88dd0a9cab23206a0307dc8169b5e1c9f61 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 18 Jul 2018 18:42:16 -0400 Subject: [PATCH] No need to restart Aoache twice --- roles/httpd/tasks/php-stem.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/roles/httpd/tasks/php-stem.yml b/roles/httpd/tasks/php-stem.yml index 2b2a8891a..191872775 100644 --- a/roles/httpd/tasks/php-stem.yml +++ b/roles/httpd/tasks/php-stem.yml @@ -31,7 +31,8 @@ remote_src: yes when: not is_rpi -- name: Restart apache2 / httpd - service: - name: "{{ apache_service }}" - state: restarted +# 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