diff --git a/scripts/ansible b/scripts/ansible index 934273c00..8881f138a 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -87,7 +87,7 @@ fi if [ ! -f /etc/centos-release ] && [ ! -f /etc/fedora-release ] && [ ! -f /etc/olpc-release ]; then # Align IIAB with Ansible community's latest official release - echo "Using apt to check for updates, then install/upgrade ansible" + echo -e "Using apt to check for updates, then install/upgrade ansible:\n" apt update apt -y --allow-downgrades install ansible