mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
7 lines
213 B
Bash
7 lines
213 B
Bash
|
#!/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 -e @../../cloud-config-aws.yml -v playbooks/full_test.yml "$@"
|