Skip to content
Snippets Groups Projects
Commit c181bfc9 authored by Ciarán Ainsworth's avatar Ciarán Ainsworth Committed by Georg Krause
Browse files

Make copy more explicit

parent 68d54709
Branches
Tags
No related merge requests found
Pipeline #32063 passed
......@@ -51,7 +51,7 @@ yesno_prompt() {
do_upgrade() {
echo '[Check Ansible installation]'
if [ ! -f "$ansible_bin_path/ansible" ]; then
echo "To make the installation more future proof, we changed how ansible gets installed and now install it in its own venv."
echo "To future-proof the installation, Ansible should be installed in its own virtual environment. It's recommended that you migrate to this new installation method now."
yesno_prompt proceed 'Do you want to migrate to the new ansible installation method?' 'yes'
if [ "$proceed" = "false" ]; then
ansible_bin_path="$HOME/.local/bin"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment