diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2016-12-01 21:36:07 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2016-12-01 21:36:07 +0000 |
| commit | 1effd347df7032641d67d5db8581c01f5164a976 (patch) | |
| tree | 546c46580c75c328dfe3120eeda88ba041ecc3ba /roles/httpd/website | |
| parent | 181c1c7c32b3318bbb55b1e3a85f8052aabd0345 (diff) | |
| download | ansible-1effd347df7032641d67d5db8581c01f5164a976.tar.gz ansible-1effd347df7032641d67d5db8581c01f5164a976.tar.xz ansible-1effd347df7032641d67d5db8581c01f5164a976.zip | |
Setup a proxyreload for httpd that looks for the ticketkey. If it's not there, assume the proxy is just being configured and don't reload httpd.
Diffstat (limited to 'roles/httpd/website')
| -rw-r--r-- | roles/httpd/website/tasks/main.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/roles/httpd/website/tasks/main.yml b/roles/httpd/website/tasks/main.yml index 0629c8960..12bc2333e 100644 --- a/roles/httpd/website/tasks/main.yml +++ b/roles/httpd/website/tasks/main.yml @@ -16,7 +16,7 @@ group=root mode=0755 notify: - - reload httpd + - reload proxyhttpd tags: - httpd - httpd/website @@ -31,7 +31,7 @@ group=root mode=0644 notify: - - reload httpd + - reload proxyhttpd tags: - httpd - httpd/website @@ -47,7 +47,7 @@ - logs - robots notify: - - reload httpd + - reload proxyhttpd tags: - httpd - httpd/website @@ -64,7 +64,7 @@ - robots/robots.txt.{{name}} - robots/robots.txt notify: - - reload httpd + - reload proxyhttpd tags: - httpd - httpd/website |
