cc2376b782
Add integration test There are a number of other parameters that result in stack traces as well when this module is used ad-hoc. I'm not sure if we're interested in fixing them all since this module isn't meant to be run ad-hoc.
6 lines
175 B
Bash
Executable file
6 lines
175 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
ansible testhost -i ../../inventory -m include_vars -a 'dir/inc.yml' "$@"
|
|
ansible testhost -i ../../inventory -m include_vars -a 'dir=dir' "$@"
|