To make it clear we're running against an inventory in the Ansible main output, print 'rpms' as the host that we're running against.
This makes it clearer that the inventory is in play.
TASK [Gathering Facts] ********************************************************* ok: [rpms] TASK [Create the folder where we will store the tests] ************************* ok: [rpms] => (item=/usr/local/bin) TASK [Install the test files] ************************************************** ok: [rpms] => (item={u'dest': u'test-simple', u'file': u'test-simple'}) TASK [Make artifacts directory] ************************************************ changed: [rpms] TASK [Execute the tests] ******************************************************* changed: [rpms] TASK [Pull out the logs] ******************************************************* ok: [rpms]
LGTM
Pull-Request has been merged by merlinm
To make it clear we're running against an inventory in the Ansible
main output, print 'rpms' as the host that we're running against.
This makes it clearer that the inventory is in play.