From 3633d354b69ab85b1519fcb7582578554de03a5a Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Mon, 12 Jun 2017 13:23:55 -0500 Subject: [PATCH] Remove 'physical_host' from inventory The old 'physical_host' configuration is no longer needed and it is causing an error in the gate jobs: ERROR! Unexpected Exception: 'ansible_host' Change-Id: Ibc24a1077ad903d6adce3348e053a7c5ff4e3ea0 --- tests/inventory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/inventory b/tests/inventory index 185aaefc..6c0833a9 100644 --- a/tests/inventory +++ b/tests/inventory @@ -1,2 +1,2 @@ [all] -localhost ansible_connection=local physical_host=localhost ansible_become=True +localhost ansible_connection=local ansible_become=True