5 lines
124 B
Bash
Executable file
5 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 "$@"
|