From 8905e40dea484c1bff9265f3e87c35a613a99dab Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Thu, 30 Apr 2020 19:50:25 +0300 Subject: [PATCH] change ansible installation --- images/linux/scripts/installers/ansible.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/images/linux/scripts/installers/ansible.sh b/images/linux/scripts/installers/ansible.sh index 79cd13177..b7d2312a0 100644 --- a/images/linux/scripts/installers/ansible.sh +++ b/images/linux/scripts/installers/ansible.sh @@ -6,11 +6,8 @@ # Source the helpers for use with the script source $HELPER_SCRIPTS/document.sh -source $HELPER_SCRIPTS/apt.sh -# Install Ansible PPA and latest Ansible -#add-apt-repository ppa:ansible/ansible -#apt-get update +# Install latest Ansible apt-get install -y --no-install-recommends ansible # Run tests to determine that the software installed as expected