X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/ac2e20667e4b818abf702f8436b464ac7c1e6019..187c60cec533f1fb2a3f8b2339be2e9a4e199e00:/roles/apache/tasks/main.yml diff --git a/roles/apache/tasks/main.yml b/roles/apache/tasks/main.yml index fee26ef..6878845 100644 --- a/roles/apache/tasks/main.yml +++ b/roles/apache/tasks/main.yml @@ -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 }}