7f4befdea7
* Wrap .encode and .decode on AnsibleUnsafe objects * runme.sh needs to be executable * ci_complete * Update changelog with CVE
7 lines
101 B
Bash
Executable file
7 lines
101 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
ANSIBLE_ROLES_PATH=../ ansible-playbook setup.yml
|
|
|
|
python test-cli.py
|