mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-07 05:37:59 +00:00
Solved variable naming bug
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user