diff --git a/pull.sh b/pull.sh index d0fc877..f811b86 100644 --- a/pull.sh +++ b/pull.sh @@ -43,6 +43,6 @@ chown -R $SUDO_USER:$SUDO_USER "$DEST" # Kør Ansible Playbook echo ">>> Kører Ansible Playbook. Dette kan tage noget tid..." cd "$DEST" -sudo -u $SUDO_USER ansible-pull -U "$REPO_URL" -d "$DEST" local.yml --ask-vault-pass +sudo -u $SUDO_USER ansible-pull -U "$REPO_URL" -d "$DEST" --ask-vault-pass local.yml echo ">>> Færdig! Genstart systemet for at se ændringerne." \ No newline at end of file