Skip to content

Commit

Permalink
docs: install Ansible with apt
Browse files Browse the repository at this point in the history
  • Loading branch information
whentojump committed Jul 25, 2023
1 parent 508fc0d commit 046a29e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/cloudlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ pip3 install ansible
ansible-galaxy collection install ansible.posix
ansible-galaxy collection install community.general

sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository --yes --update ppa:ansible/ansible
sudo apt install ansible

#
# Checkout the repository
#
Expand Down

0 comments on commit 046a29e

Please sign in to comment.