We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cc1f5 commit ef9e078Copy full SHA for ef9e078
deploy/scripts/install-combine.sh
@@ -84,6 +84,7 @@ install-kubernetes () {
84
EXTRA_VARS="${EXTRA_VARS} -e install_airgap_images=True"
85
fi
86
87
+ export ANSIBLE_ALLOW_BROKEN_CONDITIONALS=True
88
ansible-playbook playbook_desktop_setup.yml -K ${EXTRA_VARS} $(((DEBUG == 1)) && echo "-vv")
89
}
90
0 commit comments