From 10281a69f282a6fcfd3c37a6874875908b877b03 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 30 Oct 2018 21:22:50 -0400 Subject: [PATCH] Update main.yml --- roles/httpd/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/httpd/tasks/main.yml b/roles/httpd/tasks/main.yml index 347e057d9..0e12493c3 100644 --- a/roles/httpd/tasks/main.yml +++ b/roles/httpd/tasks/main.yml @@ -207,3 +207,8 @@ path: /etc/sudoers.d/020_apache_poweroff state: absent when: not apache_allow_sudo + +- name: Restart Apache systemd service ({{ apache_service }}) + systemd: + name: "{{ apache_service }}" + state: restarted