mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
Solved listmonk path bug
This commit is contained in:
parent
f2a765d69a
commit
2fba32d384
@ -5,7 +5,7 @@
|
||||
vars:
|
||||
proxy_extra_configuration: >-
|
||||
{% if not applications | get_app_conf(application_id, 'public_api_activated', True) %}
|
||||
{{ lookup('file', '{{ role_path }}/files/deactivate-public-api.conf') }}
|
||||
{{ lookup('file', '{{ playbook_dir }}/roles/web-app-listmonk/files/deactivate-public-api.conf') }}
|
||||
{% else %}
|
||||
""
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user