Skip to content
Snippets Groups Projects
Commit b5a28e76 authored by Georg Krause's avatar Georg Krause
Browse files

feat: Allow to migrate to the new installation method for ansible

parent b81521ca
No related branches found
No related tags found
No related merge requests found
Pipeline #32067 passed
......@@ -49,6 +49,9 @@ yesno_prompt() {
}
do_upgrade() {
if [ ! -f "$ansible_bin_path/ansible" ]; then
ansible_bin_path="$HOME/.local/bin"
fi
echo '[Beginning upgrade]'
playbook_path="$ansible_conf_path/playbook.yml"
echo "[1/$total_steps] Retrieving currently installed version from $playbook_path"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment