From d5c38d4cb1e4f0dacdbcd62068eff435bf3180e1 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 7 Sep 2018 10:54:58 -0400 Subject: [PATCH] Update ansible-2.6.x --- scripts/ansible-2.6.x | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/ansible-2.6.x b/scripts/ansible-2.6.x index bfe4968dc..8ed275a07 100755 --- a/scripts/ansible-2.6.x +++ b/scripts/ansible-2.6.x @@ -86,7 +86,6 @@ elif [ -f /etc/debian_version ]; then # Includes Debian, Ubuntu & Raspbian echo -e '\n\nPPA source "deb http://ppa.launchpad.net/ansible/ansible-2.6/ubuntu xenial main" successfully saved to /etc/apt/sources.list.d/iiab-ansible.list' echo -e '\nIF *OTHER* ANSIBLE SOURCES ARE ALSO IN THE LIST BELOW, PLEASE MANUALLY REMOVE THEM TO ENSURE ANSIBLE UPDATES CLEANLY: (then re-run this script to be sure!)\n' grep '^deb .*ansible' /etc/apt/sources.list /etc/apt/sources.list.d/*.list | grep -v '^/etc/apt/sources.list.d/iiab-ansible.list:' || true # Override bash -e (instead of aborting at 1st error) - echo else echo -e "\nEXITING: Could not detect your OS (unsupported?)\n" exit 1