From d72b1aad1c1bc4d4483881e76a0f597c7cf9b589 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 7 Sep 2018 03:16:14 -0400 Subject: [PATCH] Update ansible --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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