Some checks failed
Run ansible / run-ansible-playbook (push) Has been cancelled
12 lines
146 B
Bash
12 lines
146 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
apt update
|
|
|
|
apt full-upgrade
|
|
|
|
apt -y install python python-apt python-pycurl sshpass
|
|
|
|
touch /root/.ansible_prereqs_installed
|