mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-22 12:29:39 +01:00
9 lines
297 B
YAML
9 lines
297 B
YAML
- name: "Activate Global CSS for {{domain}}"
|
|
include_role:
|
|
name: nginx-modifier-css
|
|
when: applications | get_css_enabled(application_id)
|
|
|
|
- name: "Activate Global Matomo Tracking for {{domain}}"
|
|
include_role:
|
|
name: nginx-modifier-matomo
|
|
when: global_matomo_tracking_enabled | bool |