#21 inventory: Use more legible naming for rpm inventory script
Merged by merlinm. Opened by stefw.
stefw/standard-test-roles rpm-inventory-naming  into  master

Download 21.patch

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]

Pull-Request has been merged by merlinm

Metadata