8 lines
101 B
Bash
8 lines
101 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -eux
|
||
|
|
||
|
ANSIBLE_ROLES_PATH=../ ansible-playbook setup.yml
|
||
|
|
||
|
python test-cli.py
|