mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
6 lines
124 B
Bash
Executable File
6 lines
124 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
ansible-playbook test_var_blending.yml -i ../../inventory -e @integration_config.yml -v "$@"
|