diff --git a/scripts/ansible-2.6.x b/scripts/ansible-2.6.x index a0ec1e535..bf0908202 100755 --- a/scripts/ansible-2.6.x +++ b/scripts/ansible-2.6.x @@ -89,7 +89,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=2.6*