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
No related branches found
No related tags found
Loading
Checking pipeline status
...@@ -51,7 +51,7 @@ yesno_prompt() { ...@@ -51,7 +51,7 @@ yesno_prompt() {
do_upgrade() { do_upgrade() {
echo '[Check Ansible installation]' echo '[Check Ansible installation]'
if [ ! -f "$ansible_bin_path/ansible" ]; then 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' yesno_prompt proceed 'Do you want to migrate to the new ansible installation method?' 'yes'
if [ "$proceed" = "false" ]; then if [ "$proceed" = "false" ]; then
ansible_bin_path="$HOME/.local/bin" 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