mirror of
https://github.com/ansible/ansible.git
synced 2026-07-28 16:15:12 +02:00
7 lines
93 B
Bash
Executable File
7 lines
93 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
cd ../binary_modules
|
|
INVENTORY=../../inventory ./test.sh "$@"
|