{% if dnsmasq.kms is defined and dnsmasq.kms == "localhost" %}
{% if dnsmasq.kms is defined and (dnsmasq.kms == "localhost" or (dnsmasq.kms.localhost is defined and dnsmasq.kms.localhost)) %}
kms:
restart: always
image: teddysun/kms
...
...
@@ -21,7 +21,7 @@ services:
ports:
- '{{services.address}}:1688:1688'
{% endif %}
{% if dnsmasq.aptCacher is defined and (dnsmasq.aptCacher == "localhost" or (dnsmasq.aptCacher.localhost is defined and dnsmasq.aptCacher.localhost) %}
{% if dnsmasq.aptCacher is defined and (dnsmasq.aptCacher == "localhost" or (dnsmasq.aptCacher.localhost is defined and dnsmasq.aptCacher.localhost)) %}