1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 22:21:13 +03:00

update VMWARE_INSTANCE_ID_VAR

* Favor instanceUuid
* .. but fall back to instanceuuid if necessary
This commit is contained in:
Jim Ladd 2020-06-10 13:30:05 -07:00
parent 1dd9772e41
commit 17eaeb28a8

View File

@ -727,7 +727,7 @@ VMWARE_ENABLED_VAR = 'guest.gueststate'
VMWARE_ENABLED_VALUE = 'running'
# Inventory variable name containing the unique instance ID.
VMWARE_INSTANCE_ID_VAR = 'config.instanceuuid'
VMWARE_INSTANCE_ID_VAR = 'config.instanceUuid, config.instanceuuid'
# Filter for allowed group and host names when importing inventory
# from VMware.