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:
parent
97186f8339
commit
3633d354b6
@ -1,2 +1,2 @@
|
||||
[all]
|
||||
localhost ansible_connection=local physical_host=localhost ansible_become=True
|
||||
localhost ansible_connection=local ansible_become=True
|
||||
|
Loading…
Reference in New Issue
Block a user