Added a dry run and fixed a lot of things
This commit is contained in:
7
supporting-scripts/ubuntu-ansible.sh
Executable file
7
supporting-scripts/ubuntu-ansible.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install software-properties-common
|
||||
sudo apt-add-repository ppa:ansible/ansible
|
||||
sudo apt-get update
|
||||
sudo apt-get install ansible
|
||||
Reference in New Issue
Block a user