From 1459e6963b6b935286c40c03f67f1378b344cca1 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 18 Jul 2018 18:31:35 -0400 Subject: [PATCH] Update php-stem.yml --- roles/httpd/tasks/php-stem.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/httpd/tasks/php-stem.yml b/roles/httpd/tasks/php-stem.yml index 115b4ece5..2b2a8891a 100644 --- a/roles/httpd/tasks/php-stem.yml +++ b/roles/httpd/tasks/php-stem.yml @@ -31,7 +31,7 @@ remote_src: yes when: not is_rpi -- name: Restart Apache +- name: Restart apache2 / httpd service: name: "{{ apache_service }}" state: restarted