From dffcf202bbf1608613fe90c5bc7b4db4bf3ea48a Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Tue, 28 Apr 2020 14:50:01 +0300 Subject: [PATCH] install ansible from oficial canonical repo --- images/linux/scripts/installers/ansible.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/linux/scripts/installers/ansible.sh b/images/linux/scripts/installers/ansible.sh index b4e8a4d7d..79cd13177 100644 --- a/images/linux/scripts/installers/ansible.sh +++ b/images/linux/scripts/installers/ansible.sh @@ -9,8 +9,8 @@ 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 +#add-apt-repository ppa:ansible/ansible +#apt-get update apt-get install -y --no-install-recommends ansible # Run tests to determine that the software installed as expected