Skip to content

Commit c558a97

Browse files
committed
docs: install Ansible with apt
1 parent deba35b commit c558a97

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/cloudlab.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ We are going to manage CloudLab machines with Ansible **from our local machine**
3333
# Install Ansible
3434
#
3535

36-
# A Python virtual environment is encouraged, which is not detailed here though.
37-
pip3 install ansible
36+
sudo apt update
37+
sudo apt install software-properties-common
38+
sudo add-apt-repository --yes --update ppa:ansible/ansible
39+
sudo apt install ansible
3840
ansible-galaxy collection install ansible.posix
3941
ansible-galaxy collection install community.general
4042

0 commit comments

Comments
 (0)