summaryrefslogtreecommitdiffstats
path: root/roles/apache
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2016-08-08 19:36:31 +0000
committerKevin Fenzi <kevin@scrye.com>2016-08-08 19:36:31 +0000
commit04a52b86677de7a34c887f77db1a2ebe3eed17b1 (patch)
tree65772d6725185f42bc430d56b83d5327c6415e13 /roles/apache
parentfd129648ae166b2a23cba6e315c75f563fb7d911 (diff)
downloadansible-04a52b86677de7a34c887f77db1a2ebe3eed17b1.tar.gz
ansible-04a52b86677de7a34c887f77db1a2ebe3eed17b1.tar.xz
ansible-04a52b86677de7a34c887f77db1a2ebe3eed17b1.zip
Death to all trailing whitespace.
Diffstat (limited to 'roles/apache')
-rw-r--r--roles/apache/tasks/main.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/roles/apache/tasks/main.yml b/roles/apache/tasks/main.yml
index 69b8d6994..80565c0a4 100644
--- a/roles/apache/tasks/main.yml
+++ b/roles/apache/tasks/main.yml
@@ -29,9 +29,9 @@
tags:
- service
- apache
-
+
# install hash randomization hotfix
-- name: hotfix - copy over new httpd init script
+- name: hotfix - copy over new httpd init script
copy: src="{{ files }}/hotfix/httpd/httpd.init" dest=/etc/init.d/httpd
owner=root group=root mode=0755
notify:
@@ -65,7 +65,7 @@
template: src="{{ files }}/httpd/headers.conf.j2" dest=/etc/httpd/conf.d/headers.conf
notify:
- reload apache
- tags:
+ tags:
- config
- apache
@@ -73,10 +73,10 @@
template: src="{{ files }}/httpd/apachestatus.conf" dest=/etc/httpd/conf.d/apachestatus.conf
notify:
- reload apache
- tags:
+ tags:
- config
- apache
-
+
- name: setup logrotate to our needs
copy: src="{{ files }}/httpd/httpd.logrotate" dest=/etc/logrotate.d/httpd
tags: