mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 12:51:54 +01:00
4 lines
150 B
YAML
4 lines
150 B
YAML
|
- name: "Activate Global Matomo Tracking for {{domain}}"
|
||
|
include_role:
|
||
|
name: nginx-modifier-matomo
|
||
|
when: global_matomo_tracking_enabled | bool
|