Switch some of these to just reload httpd instead of a full restart

This commit is contained in:
Kevin Fenzi 2015-11-03 16:02:33 +00:00
parent 78a9bb8f1c
commit 221419512a
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@
- fedora-docs.conf
- redirects.conf
notify:
- restart httpd
- reload httpd
tags:
- fedora-docs
- fedora-docs/proxy

View file

@ -50,7 +50,7 @@
owner=root group=root mode=0644
when: env == "staging"
notify:
- restart httpd
- reload httpd
tags:
- fedora-web
- fedora-web/main
@ -62,7 +62,7 @@
owner=root group=root mode=0644
when: env != "staging"
notify:
- restart httpd
- reload httpd
tags:
- fedora-web
- fedora-web/main