Skip to content
Snippets Groups Projects

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

Merged Georg Krause requested to merge ansible-installation-migrate into master
All threads resolved!
+ 3
0
@@ -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"
Loading