mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Yaml inventory more tolerant (#48883)
* make yaml inv more tolerant to comments * add tests for bad inventory processing fixes #47254
This commit is contained in:
10
test/integration/targets/inventory_yaml/empty.json
Normal file
10
test/integration/targets/inventory_yaml/empty.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"_meta": {
|
||||
"hostvars": {}
|
||||
},
|
||||
"all": {
|
||||
"children": [
|
||||
"ungrouped"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user