summaryrefslogtreecommitdiffstats
path: root/roles/beaker/labcontroller/tasks
diff options
context:
space:
mode:
authorPatrick Uiterwijk <puiterwijk@redhat.com>2015-11-04 23:40:01 +0000
committerPatrick Uiterwijk <puiterwijk@redhat.com>2015-11-04 23:40:01 +0000
commit08568865fe2b4b20f9c1a02f884051f47eb308c8 (patch)
tree186db4b88c07e2d48d04cb82fff13b8b8d1be41d /roles/beaker/labcontroller/tasks
parent826315206defe61e742669878de0debf7c7bbf0d (diff)
downloadansible-08568865fe2b4b20f9c1a02f884051f47eb308c8.tar.gz
ansible-08568865fe2b4b20f9c1a02f884051f47eb308c8.tar.xz
ansible-08568865fe2b4b20f9c1a02f884051f47eb308c8.zip
Replace all restart httpd with reload httpd
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'roles/beaker/labcontroller/tasks')
-rw-r--r--roles/beaker/labcontroller/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/beaker/labcontroller/tasks/main.yml b/roles/beaker/labcontroller/tasks/main.yml
index 7f3b8e7f3..71c5ca993 100644
--- a/roles/beaker/labcontroller/tasks/main.yml
+++ b/roles/beaker/labcontroller/tasks/main.yml
@@ -25,7 +25,7 @@
force: yes
register: configure_result
notify:
- - restart httpd
+ - reload httpd
- restart beaker lab controller
tags:
- beaker_lab_controller