add hooks to reload httpd when allows changes

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2018-06-28 17:22:40 +00:00
parent 5c2e4725e7
commit d777b77b58

View file

@ -281,6 +281,8 @@
#
- name: install web server config for batcave (mimetypes)
copy: src=mime-types.conf dest=/etc/httpd/conf.d/mime-types.conf mode=0644
notify:
- reload httpd
tags:
- batcave
- config
@ -288,6 +290,8 @@
- name: install web server config for batcave (access rules)
copy: src=allows dest=/etc/httpd/conf.d/allows mode=0644
notify:
- reload httpd
tags:
- batcave
- config
@ -295,6 +299,8 @@
- name: install web server config for batcave (main config)
template: src=infrastructure.fedoraproject.org.conf.j2 dest=/etc/httpd/conf.d/infrastructure.fedoraproject.org.conf mode=0644
notify:
- reload httpd
tags:
- batcave
- config