mirror of https://github.com/ansible/ansible.git
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.
(cherry picked from commit cc2376b782
)
Co-authored-by: Sam Doran <sdoran@redhat.com>
pull/67297/head
parent
aaadf71438
commit
a2b5af86dd
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- include_vars - fix stack trace when passing ``dirs`` in an ad-hoc command (https://github.com/ansible/ansible/issues/62633)
|
@ -0,0 +1 @@
|
||||
shippable/posix/group2
|
@ -0,0 +1 @@
|
||||
porter: cable
|
@ -0,0 +1,6 @@
|
||||
#!/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' "$@"
|
Loading…
Reference in New Issue