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
|
@ -21,11 +21,11 @@
|
|||
template: src=ssl.conf.rhel.j2 dest=/etc/httpd/conf.d/ssl.conf owner=root group=root mode=0644
|
||||
when: is_rhel is defined
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
|
||||
- name: generate fedora httpd ssl config
|
||||
template: src=ssl.conf.j2 dest=/etc/httpd/conf.d/ssl.conf owner=root group=root mode=0644
|
||||
when: is_fedora is defined
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue