mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 01:57:37 -03:30
8 lines
151 B
Bash
Executable File
8 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
|