From 7ac719ecfce7df71d6c4b58e8ce04b28e883b801 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 7 Sep 2018 02:31:00 -0400 Subject: [PATCH] Update ansible-2.6.x --- scripts/ansible-2.6.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible-2.6.x b/scripts/ansible-2.6.x index 54275718e..8239f8cf2 100755 --- a/scripts/ansible-2.6.x +++ b/scripts/ansible-2.6.x @@ -81,7 +81,7 @@ else grep ansible /etc/apt/sources.list /etc/apt/sources.list.d/*.list echo -e '\n' else - echo -e '\nEXITING: Ansible repo "deb http://ppa.launchpad.net/ansible/ansible-2.6/ubuntu xenial main" not found in /etc/apt/sources.list or /etc/apt/sources.list.d/*.list:' + echo -e '\nEXITING: Ansible repo "deb http://ppa.launchpad.net/ansible/ansible-2.6/ubuntu xenial main" not found in /etc/apt/sources.list or /etc/apt/sources.list.d/*.list' echo -e '\nPLEASE UNINSTALL ANSIBLE (run "apt purge ansible" or "pip uninstall ansible", depending how Ansible was originally installed) THEN RE-RUN THIS SCRIPT.' exit 1 fi