diff --git a/common.yml b/common.yml index a5eaca2..6f05d0f 100644 --- a/common.yml +++ b/common.yml @@ -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' ###