mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 21:01:53 +01:00
13 lines
468 B
YAML
13 lines
468 B
YAML
- 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
|
|
|
|
- name: Activate Global CSS
|
|
include_role:
|
|
name: nginx-global-css
|
|
when:
|
|
- global_theming_enabled | bool
|
|
- run_once_nginx_global_css is not defined
|
|
# - nginx-global-www Has to be loaded somehow different
|
|
# @todo implement better loading |