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/httpd/website/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/httpd/website/tasks')
| -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 11ffa7c9c..0629c8960 100644 --- a/roles/httpd/website/tasks/main.yml +++ b/roles/httpd/website/tasks/main.yml @@ -16,7 +16,7 @@ group=root mode=0755 notify: - - restart httpd + - reload httpd tags: - httpd - httpd/website @@ -31,7 +31,7 @@ group=root mode=0644 notify: - - restart httpd + - reload httpd tags: - httpd - httpd/website @@ -47,7 +47,7 @@ - logs - robots notify: - - restart httpd + - reload httpd tags: - httpd - httpd/website @@ -64,7 +64,7 @@ - robots/robots.txt.{{name}} - robots/robots.txt notify: - - restart httpd + - reload httpd tags: - httpd - httpd/website |
