diff --git a/tasks/apache.yml b/tasks/apache.yml index 1a606b547f44b83f5b1de5a877e7e2b6d07fe3ed..759c086cd7bbceb898d704b1f657d96681e24dfa 100644 --- a/tasks/apache.yml +++ b/tasks/apache.yml @@ -11,14 +11,14 @@ group: root mode: 0664 notify: - - "Restart Apache" + - Restart Apache - name: Apache enable our new site(s) command: a2ensite {{ matomo.domain }} args: creates: /etc/apache2/sites-enabled/{{ matomo.domain }}{{ apache_conf_ext }} notify: - - "Restart Apache" + - Restart Apache - name: Apache install GeoIP apt: diff --git a/tasks/install.yml b/tasks/install.yml index fb42b7d07d5e094308b22fbb251d03cc026a18ad..7275666a99641780b8d355e16b2a3d833e6604ae 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -25,7 +25,7 @@ path: '{{ item }}' state: absent with_items: - - {{ webRoot }} + - '{{( webRoot }})' when: matomo_force_reset tags: - always @@ -38,7 +38,7 @@ group: '{{ apacheUser }}' mode: 0775 with_items: - - {{ webRoot }} + - '{{( webRoot }})' tags: - always @@ -96,7 +96,7 @@ group: '{{ apacheUser }}' mode: 0775 with_items: - - {{ webRoot }}/tmp + - '{{( webRoot }}/tmp)' tags: - always