removed tinc variable population check
This commit is contained in:
parent
7059fe3ed1
commit
cbac52831b
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
||||
###
|
||||
|
||||
|
|
Loading…
Reference in a new issue