apache: configure cache-control header
[ansible.git] / roles / apache / tasks / main.yml
index fee26efff5be7b765f1e34d53fd537d57f45ade8..6878845d87552c709d8c52abd25322272d01945c 100644 (file)
@@ -35,6 +35,7 @@
   - php5.conf
   - security.conf
   - defaults.conf
+  - caching.conf
   notify: apache
 - name: enable config files
   command: a2enconf {{ item }}
@@ -44,6 +45,7 @@
   - ssl
   - security
   - defaults
+  - caching
   notify: apache
 - name: disable config files
   command: a2disconf {{ item }}