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
This commit is contained in:
Major Hayden
2017-06-12 13:23:55 -05:00
parent 97186f8339
commit 3633d354b6

View File

@@ -1,2 +1,2 @@
[all]
localhost ansible_connection=local physical_host=localhost ansible_become=True
localhost ansible_connection=local ansible_become=True