932ba36160
* Ensure we actually fallback to unsafe_writes when set to true add integration test add fix for get_url not passing the parameter from args
5 lines
112 B
Bash
Executable file
5 lines
112 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
ansible-playbook basic.yml -i ../../inventory -e "output_dir=${OUTPUT_DIR}" "$@"
|