Fixed broken ansible package install_deps.sh
This commit is contained in:
parent
0b574e24bb
commit
04a7ff551c
@ -1,6 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
sudo apt update --yes && sudo apt upgrade --yes
|
||||
sudo apt install software-properties-common
|
||||
sudo add-apt-repository --yes --update ppa:ansible/ansible
|
||||
sudo apt install --yes virtualbox vagrant ansible
|
||||
ansible-galaxy install -r ./requirements.yml
|
||||
|
Loading…
x
Reference in New Issue
Block a user