When TEST_DEBUG=1 is enabled have standard-inventory-qcow2 print out a valid Ansible inventory file. This allows the developer of tests to rapidly iterate against an Atomic Host that is already running by an eansier invocation.
Tested and works as advertised, so I'm merging.
Something that could be improved, perhaps... When using the generated inventory file, it's very confusing that the playbook output reports hostname localhost regardless if the plays are executing on the executor host or on the target.
localhost
Pull-Request has been merged by merlinm
When TEST_DEBUG=1 is enabled have standard-inventory-qcow2 print
out a valid Ansible inventory file. This allows the developer of
tests to rapidly iterate against an Atomic Host that is already
running by an eansier invocation.