mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-14 09:14:56 +02:00
Solved sphinx configuration bug
This commit is contained in:
parent
dc4964eda1
commit
383fb5bd90
@ -1,9 +1,9 @@
|
||||
- name: "Activate Global CSS for {{domain}}"
|
||||
include_role:
|
||||
name: nginx-modifier-css
|
||||
when: applications.get(application_id).get('features').get('css') | bool
|
||||
when: applications | is_feature_enabled('css',application_id)
|
||||
|
||||
- name: "Activate Global Matomo Tracking for {{domain}}"
|
||||
include_role:
|
||||
name: nginx-modifier-matomo
|
||||
when: applications.get(application_id).get('features').get('matomo') | bool
|
||||
when: applications | is_feature_enabled('matomo',application_id)
|
Loading…
x
Reference in New Issue
Block a user