Skip to content
Snippets Groups Projects
Commit 7732588b authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Linting

parent 279472f8
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment