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 - fedora-docs.conf
- redirects.conf - redirects.conf
notify: notify:
- restart httpd - reload httpd
tags: tags:
- fedora-docs - fedora-docs
- fedora-docs/proxy - fedora-docs/proxy

View file

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