diff options
| author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2015-11-04 23:40:01 +0000 |
|---|---|---|
| committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2015-11-04 23:40:01 +0000 |
| commit | 08568865fe2b4b20f9c1a02f884051f47eb308c8 (patch) | |
| tree | 186db4b88c07e2d48d04cb82fff13b8b8d1be41d /roles/taskotron/taskotron-proxy/tasks | |
| parent | 826315206defe61e742669878de0debf7c7bbf0d (diff) | |
| download | ansible-08568865fe2b4b20f9c1a02f884051f47eb308c8.tar.gz ansible-08568865fe2b4b20f9c1a02f884051f47eb308c8.tar.xz ansible-08568865fe2b4b20f9c1a02f884051f47eb308c8.zip | |
Replace all restart httpd with reload httpd
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'roles/taskotron/taskotron-proxy/tasks')
| -rw-r--r-- | roles/taskotron/taskotron-proxy/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/taskotron/taskotron-proxy/tasks/main.yml b/roles/taskotron/taskotron-proxy/tasks/main.yml index 0221d87ea..477374fa5 100644 --- a/roles/taskotron/taskotron-proxy/tasks/main.yml +++ b/roles/taskotron/taskotron-proxy/tasks/main.yml @@ -21,9 +21,9 @@ - name: copy resultsdb proxy httpd config template: src=resultsdb.conf.j2 dest=/etc/httpd/conf.d/resultsdb.conf owner=root group=root notify: - - restart httpd + - reload httpd - name: copy execdb proxy httpd config template: src=execdb.conf.j2 dest=/etc/httpd/conf.d/execdb.conf owner=root group=root notify: - - restart httpd + - reload httpd |
