mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-16 15:26:05 +02:00
Solved sphinx configuration bug
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
- name: "Activate Global CSS for {{domain}}"
|
- name: "Activate Global CSS for {{domain}}"
|
||||||
include_role:
|
include_role:
|
||||||
name: nginx-modifier-css
|
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}}"
|
- name: "Activate Global Matomo Tracking for {{domain}}"
|
||||||
include_role:
|
include_role:
|
||||||
name: nginx-modifier-matomo
|
name: nginx-modifier-matomo
|
||||||
when: applications.get(application_id).get('features').get('matomo') | bool
|
when: applications | is_feature_enabled('matomo',application_id)
|
Reference in New Issue
Block a user