mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-19 23:04:25 +02:00
Solved variable naming bug
This commit is contained in:
parent
c42d7cdf19
commit
ce68391b4e
@ -7,7 +7,7 @@ networks:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if
|
{% if
|
||||||
applications | get_app_conf(application_id, 'features.ldap', False) and
|
applications | get_app_conf(application_id, 'features.ldap', False) and
|
||||||
applications | get_app_conf(application_id, 'network.docker', False)
|
applications | get_app_conf('svc-db-openldap', 'network.docker', False)
|
||||||
%}
|
%}
|
||||||
svc-db-openldap:
|
svc-db-openldap:
|
||||||
external: true
|
external: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user