#195 Do not run playbook if inventory-provisioning scripts fail
Opened by astepano. Modified

Unable to reasonably handle issues in provisioning environment Failing to provision test subject causes the test to run on local machine.


This could be addressed by using host: all instead of host: localhost in the tests and the tool running the tests can fail when only localhost is available:
https://github.com/linux-system-roles/test-harness/pull/19/commits/8f81c7ae757ef2cb34077243bb24946411a8b0e7

Metadata