we have reload apache and reload httpd.. maybe we should just use one?

This commit is contained in:
Stephen Smoogen 2016-12-01 23:07:59 +00:00
parent 93b4dc74f8
commit 9893cd157d
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@
dest=/etc/httpd/conf.d/apps.fedoraproject.org/fedora-releng-dash.conf
state=absent
tags: releng-dash
notify: reload apache
notify: reload proxyhttpd
roles:

View file

@ -22,7 +22,7 @@
- meetbot.fedoraproject.org/reversepassproxy.conf
- meetbot.fedoraproject.org/meetbot.conf
notify:
- reload apache
- reload proxyhttpd
tags:
- httpd
- httpd/reverseproxy

View file

@ -35,4 +35,4 @@
copy: src=/root/ticketkey_{{env}}.tkey dest=/etc/httpd/ticketkey_{{env}}.tkey
owner=root group=root mode=0600
notify:
- reload httpd
- reload proxyhttpd