mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-20 07:40:58 +00:00
9 lines
212 B
Bash
Executable File
9 lines
212 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
# Run full test suite
|
|
source virtualenv.sh
|
|
pip install 'botocore>1.10.26' boto3
|
|
ansible-playbook -i ../../inventory -e @../../integration_config.yml -v playbooks/full_test.yml "$@"
|