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 44f4785 commit 297591dCopy full SHA for 297591d
deploy/scripts/install-combine.sh
@@ -79,7 +79,7 @@ install-kubernetes () {
79
cd ${DEPLOY_DIR}/ansible
80
81
# Set -e/--extra-vars for ansible-playbook
82
- EXTRA_VARS="-e k8s_user=${whoami}"
+ EXTRA_VARS="-e k8s_user=$(whoami)"
83
if [ -d "${DEPLOY_DIR}/airgap-images" ] ; then
84
EXTRA_VARS="${EXTRA_VARS} -e install_airgap_images=true"
85
fi
0 commit comments