4a2fa46429
References to the new `cloud-config-aws.ini` file are provided by `"$@"` in tests.
6 lines
182 B
Bash
Executable file
6 lines
182 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# We don't set -u here, due to pypa/virtualenv#150
|
|
set -ex
|
|
|
|
ansible-playbook -i ../../inventory -e @../../integration_config.yml -v playbooks/full_test.yml "$@"
|