From 2d8750fa5fb3ffb61382446ad36248d774cf4c03 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 7 Sep 2018 02:10:01 -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 0963acdca..a37e00d6e 100755 --- a/scripts/ansible-2.6.x +++ b/scripts/ansible-2.6.x @@ -82,7 +82,7 @@ else grep ansible /etc/apt/sources.list /etc/apt/sources.list.d/*.list echo else - echo -e '\nAnsible 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