install ansible from oficial canonical repo

This commit is contained in:
Mikhail Timofeev
2020-04-28 14:50:01 +03:00
parent ad0e9c9baf
commit dffcf202bb

View File

@@ -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