Refactored and solved matomo variable bug

This commit is contained in:
2025-02-17 11:04:40 +01:00
parent 62f9bab052
commit 326f048639
10 changed files with 31 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
- name: Activate Global Matomo tracking
include_role:
name: nginx-global-matomo
when: global_matomo_tracking_enabled | bool and domain is defined # @toto: Do I try run without is defined checking for domain
when: global_matomo_tracking_enabled | bool and domain is defined # @todo: Do I try run without is defined checking for domain
- name: Activate Global CSS
include_role: