arch-install/run-arch.sh
Ariejan de Vroom 3c091ca39b
Some checks failed
Lint / Lint (3.10) (push) Failing after 19s
Lint / Lint (3.11) (push) Failing after 17s
Small changes
2024-06-25 10:52:26 +02:00

9 lines
214 B
Bash
Executable File

#!/usr/bin/env -S bash -i
if [[ -z "${ANSIBLE_BECOME_PASS}" ]]; then
echo "ANSIBLE_BECOME_PASS is not set. Exiting."
exit 1
fi
ansible-playbook main.yml -e "ansible_become_pass=${ANSIBLE_BECOME_PASS}" -v