7 lines
151 B
Bash
Executable file
7 lines
151 B
Bash
Executable file
#!/bin/bash
|
|
set -euxo pipefail
|
|
|
|
/usr/bin/python -m pip install -r tests/requirements.txt
|
|
mkdir -p /.ssh
|
|
mkdir -p $HOME/.ssh
|
|
ansible-playbook --version
|