mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Use foreman.id instead
foreman.uuid isn't always present
This commit is contained in:
@@ -680,7 +680,7 @@ SATELLITE6_ENABLED_VALUE = 'true'
|
||||
SATELLITE6_GROUP_FILTER = r'^.+$'
|
||||
SATELLITE6_HOST_FILTER = r'^.+$'
|
||||
SATELLITE6_EXCLUDE_EMPTY_GROUPS = True
|
||||
SATELLITE6_INSTANCE_ID_VAR = 'foreman.uuid'
|
||||
SATELLITE6_INSTANCE_ID_VAR = 'foreman.id'
|
||||
|
||||
# ---------------------
|
||||
# -- Activity Stream --
|
||||
|
||||
Reference in New Issue
Block a user