mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
update VMWARE_INSTANCE_ID_VAR
* Favor instanceUuid * .. but fall back to instanceuuid if necessary
This commit is contained in:
parent
1970fac989
commit
9eaee801a7
@ -721,7 +721,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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user