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 @@ ...@@ -11,14 +11,14 @@
group: root group: root
mode: 0664 mode: 0664
notify: notify:
- "Restart Apache" - Restart Apache
- name: Apache enable our new site(s) - name: Apache enable our new site(s)
command: a2ensite {{ matomo.domain }} command: a2ensite {{ matomo.domain }}
args: args:
creates: /etc/apache2/sites-enabled/{{ matomo.domain }}{{ apache_conf_ext }} creates: /etc/apache2/sites-enabled/{{ matomo.domain }}{{ apache_conf_ext }}
notify: notify:
- "Restart Apache" - Restart Apache
- name: Apache install GeoIP - name: Apache install GeoIP
apt: apt:
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
path: '{{ item }}' path: '{{ item }}'
state: absent state: absent
with_items: with_items:
- {{ webRoot }} - '{{( webRoot }})'
when: matomo_force_reset when: matomo_force_reset
tags: tags:
- always - always
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
group: '{{ apacheUser }}' group: '{{ apacheUser }}'
mode: 0775 mode: 0775
with_items: with_items:
- {{ webRoot }} - '{{( webRoot }})'
tags: tags:
- always - always
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
group: '{{ apacheUser }}' group: '{{ apacheUser }}'
mode: 0775 mode: 0775
with_items: with_items:
- {{ webRoot }}/tmp - '{{( webRoot }}/tmp)'
tags: tags:
- always - 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