We don't need to use StringIO in standard-inventory-qcow2 It's not available by default in python3 and it doesn't have a useful use here.
Otherwise I see the following failure:
[WARNING]: * Failed to parse /data/src/standard-test-roles/inventory/standard-inventory-qcow2 with script plugin: Inventory script (/data/src/standard-test-roles/inventory/standard-inventory-qcow2) had an execution error: Traceback (most recent call last): File "/data/src/standard-test-roles/inventory/standard-inventory-qcow2", line 13, in <module> import StringIO ModuleNotFoundError: No module named 'StringIO'
Thank you. Look good. Merge.
Commit 659c7ce6 fixes this pull-request
Pull-Request has been merged by astepano
We don't need to use StringIO in standard-inventory-qcow2
It's not available by default in python3 and it doesn't
have a useful use here.