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
|
@ -17,17 +17,17 @@
|
|||
- name: install the httpd config file
|
||||
copy: src=pkgs.fedoraproject.org.conf dest=/etc/httpd/conf.d/pkgs.fedoraproject.org.conf
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
|
||||
- name: install the httpd config directory
|
||||
file: dest=/etc/httpd/conf.d/pkgs.fedoraproject.org state=directory
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
|
||||
- name: install the mod_ssl configuration
|
||||
copy: src=ssl.conf dest=/etc/httpd/conf.d/ssl.conf
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
|
||||
- name: allow httpd to access the files on NFS
|
||||
seboolean: name=httpd_use_nfs state=yes persistent=yes
|
||||
|
@ -71,7 +71,7 @@
|
|||
- name: install the Dist Git-related httpd config
|
||||
copy: src=git-smart-http.conf dest=/etc/httpd/conf.d/pkgs.fedoraproject.org/git-smart-http.conf
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
|
||||
- name: install the pkgdb_sync_git_branches.py scripts
|
||||
template: src={{item}} dest=/usr/local/bin/{{item}} owner=root group=root mode=0755
|
||||
|
@ -211,19 +211,19 @@
|
|||
copy: src=cgitrc dest=/etc/cgitrc
|
||||
tags: distgit
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
|
||||
- name: install our custom header for cgit
|
||||
template: src=cgit-header.html dest=/usr/share/cgit/cgit-header-fedora.html
|
||||
tags: distgit
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
|
||||
- name: install the CGit-related httpd config
|
||||
copy: src=redirect.conf dest=/etc/httpd/conf.d/pkgs.fedoraproject.org/redirect.conf
|
||||
tags: distgit
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
|
||||
|
||||
# -- Lookaside Cache -------------------------------------
|
||||
|
@ -234,7 +234,7 @@
|
|||
- lookaside.conf
|
||||
- lookaside-upload.conf
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- distgit
|
||||
|
||||
|
@ -332,7 +332,7 @@
|
|||
- name: install the upload CGI script
|
||||
copy: src=dist-git-upload.cgi dest=/srv/web/upload.cgi owner=root group=root mode=0755
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- distgit
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue