mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-14 17:24:57 +02:00
9 lines
326 B
YAML
9 lines
326 B
YAML
- name: "Activate Global CSS for {{domain}}"
|
|
include_role:
|
|
name: nginx-modifier-css
|
|
when: applications | is_feature_enabled('css',application_id)
|
|
|
|
- name: "Activate Global Matomo Tracking for {{domain}}"
|
|
include_role:
|
|
name: nginx-modifier-matomo
|
|
when: applications | is_feature_enabled('matomo',application_id) |