mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 23:28:57 +00:00
install ansible from oficial canonical repo
This commit is contained in:
@@ -9,8 +9,8 @@ source $HELPER_SCRIPTS/document.sh
|
|||||||
source $HELPER_SCRIPTS/apt.sh
|
source $HELPER_SCRIPTS/apt.sh
|
||||||
|
|
||||||
# Install Ansible PPA and latest Ansible
|
# Install Ansible PPA and latest Ansible
|
||||||
add-apt-repository ppa:ansible/ansible
|
#add-apt-repository ppa:ansible/ansible
|
||||||
apt-get update
|
#apt-get update
|
||||||
apt-get install -y --no-install-recommends ansible
|
apt-get install -y --no-install-recommends ansible
|
||||||
|
|
||||||
# Run tests to determine that the software installed as expected
|
# Run tests to determine that the software installed as expected
|
||||||
|
|||||||
Reference in New Issue
Block a user