mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 07:18:09 +02:00
Implemented Global CSS draft
This commit is contained in:
13
roles/nginx-global/tasks/main.yml
Normal file
13
roles/nginx-global/tasks/main.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
- 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
|
Reference in New Issue
Block a user