Switch some of these to just reload httpd instead of a full restart
This commit is contained in:
parent
78a9bb8f1c
commit
221419512a
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
|||
- fedora-docs.conf
|
||||
- redirects.conf
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- fedora-docs
|
||||
- fedora-docs/proxy
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue