diff options
| author | Ralph Bean <rbean@redhat.com> | 2014-12-07 23:43:38 +0000 |
|---|---|---|
| committer | Ralph Bean <rbean@redhat.com> | 2014-12-07 23:43:38 +0000 |
| commit | 4165c45203029bacd00f410a3f93dfa77cb54758 (patch) | |
| tree | ed82499cb5df55bbe4eddcd6632bf40885cf68ce /roles/httpd/website | |
| parent | 00269dc0a8d33d6aa4157da918424bdb940ccbb9 (diff) | |
| download | ansible-4165c45203029bacd00f410a3f93dfa77cb54758.tar.gz ansible-4165c45203029bacd00f410a3f93dfa77cb54758.tar.xz ansible-4165c45203029bacd00f410a3f93dfa77cb54758.zip | |
Fixing, fixing.
Diffstat (limited to 'roles/httpd/website')
| -rw-r--r-- | roles/httpd/website/tasks/main.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/httpd/website/tasks/main.yml b/roles/httpd/website/tasks/main.yml index 25c186dd5..bd4c3b3e6 100644 --- a/roles/httpd/website/tasks/main.yml +++ b/roles/httpd/website/tasks/main.yml @@ -35,7 +35,7 @@ - restart httpd tags: - httpd - - httpd/redirect + - httpd/website - name: Copy over some subordinate templates for {{name}} template: > @@ -51,7 +51,7 @@ - restart httpd tags: - httpd - - httpd/redirect + - httpd/website - name: And lastly, the robots.txt file copy: > @@ -67,4 +67,4 @@ - restart httpd tags: - httpd - - httpd/redirect + - httpd/website |
