Skip to content
Snippets Groups Projects
Commit 54051738 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
1 merge request!40feat: Allow to migrate to the new installation method for ansible
Pipeline #32131 passed with stages
in 7 minutes and 30 seconds
......@@ -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.
Finish editing this message first!
Please register or to comment