mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 04:24:00 -07:00
Don't skip an inventory source just because it has a comma (#35002)
* Don't skip an inventory source just because it has a comma, make sure it's also doesn't exist as a path. Fixes #34931 * Add integration test for inventory path with commas
This commit is contained in:
parent
005a8278c6
commit
1ac04ba52e
6 changed files with 18 additions and 1 deletions
5
test/integration/targets/inventory_path_with_comma/runme.sh
Executable file
5
test/integration/targets/inventory_path_with_comma/runme.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -ux
|
||||
|
||||
ansible-playbook -i this,path,has,commas/hosts playbook.yml -v "$@"
|
Loading…
Add table
Add a link
Reference in a new issue