This commit is contained in:
James Turland 2024-03-07 09:24:33 +00:00
parent ddf2df8a22
commit 9e6520b351

View file

@ -0,0 +1,18 @@
# Update Repos
```
sudo apt update
```
# Install Dependencies
```
sudo apt install software-properties-common
```
# Add Ansible Repo
```
sudo add-apt-repository --yes --update ppa:ansible/ansible
```
# Install Ansible
```
sudo apt install ansible
```