removed tinc variable population check

This commit is contained in:
panda 2021-09-10 16:54:12 +02:00
parent 7059fe3ed1
commit cbac52831b

View file

@ -15,9 +15,9 @@
fail: msg="The variable 'hostname' in variables.yml, has to be set to somethings else than CHANGEME"
when: '"CHANGEME" in hostname'
- name: "check the variable: tinc_vpn"
fail: msg="The variable 'tinc_vpn' in variables.yml, has to be set to somethings else than CHANGEME"
when: '"CHANGEME" in tinc_vpn'
# - name: "check the variable: tinc_vpn"
# fail: msg="The variable 'tinc_vpn' in variables.yml, has to be set to somethings else than CHANGEME"
# when: '"CHANGEME" in tinc_vpn'
###