update
This commit is contained in:
18
Installation/readme.md
Normal file
18
Installation/readme.md
Normal 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
|
||||
```
|
Reference in New Issue
Block a user