Note, the [ERROR]: message happens when using ansible 2.5
[ERROR]:
ansible-inventory --list -i ./inventory/standard-inventory-docker [ERROR]: { "_meta": { "hostvars": {} }, "all": { "children": [ "ungrouped" ] }, "ungrouped": {} } ansible-inventory --list -i ./inventory/standard-inventory-qcow2 [ERROR]: { "_meta": { "hostvars": {} }, "all": { "children": [ "ungrouped" ] }, "ungrouped": {} } ansible-inventory --list -i ./inventory/standard-inventory-local [ERROR]: { "_meta": { "hostvars": {} }, "all": { "children": [ "ungrouped" ] }, "ungrouped": {} } TEST_DYNAMIC_INVENTORY_DIRECTORY=./inventory ansible-inventory --list -i ./scripts/merge-standard-inventory [ERROR]: { "_meta": { "hostvars": {} }, "all": { "children": [ "ungrouped" ] }, "ungrouped": {} }
rebased onto 17517285207c99e471b5454e88451ee6f9fdb301
rebased onto b599eace3f42c0b9643a428aafdbfd64a5568332
rebased onto 932ce8935e0857304e803670a3527536579169d5
Commit 3ba9c9bd fixes this pull-request
Pull-Request has been merged by astepano
Note, the
[ERROR]:message happens when using ansible 2.5