Replace all restart httpd with reload httpd
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
826315206d
commit
08568865fe
82 changed files with 178 additions and 181 deletions
|
@ -16,7 +16,7 @@
|
|||
group=root
|
||||
mode=0755
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/website
|
||||
|
@ -31,7 +31,7 @@
|
|||
group=root
|
||||
mode=0644
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/website
|
||||
|
@ -47,7 +47,7 @@
|
|||
- logs
|
||||
- robots
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/website
|
||||
|
@ -64,7 +64,7 @@
|
|||
- robots/robots.txt.{{name}}
|
||||
- robots/robots.txt
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/website
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue