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:
Brian Coca
2018-11-30 22:04:39 -05:00
committed by GitHub
parent bd1050dfc7
commit fc71cde7d3
7 changed files with 112 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
{
"_meta": {
"hostvars": {}
},
"all": {
"children": [
"ungrouped"
]
}
}