mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 13:41:28 -03:30
Fix sat instance var (#13851)
* add the fallback satellite_instance_var_id * Removing unnecessary whitespace --------- Co-authored-by: Nikhil Jain <jainnikhil30@gmail.com>
This commit is contained in:
parent
c1455ee125
commit
7cdf471894
@ -734,10 +734,10 @@ CONTROLLER_INSTANCE_ID_VAR = 'remote_tower_id'
|
||||
# ---------------------
|
||||
# ----- Foreman -----
|
||||
# ---------------------
|
||||
SATELLITE6_ENABLED_VAR = 'foreman_enabled'
|
||||
SATELLITE6_ENABLED_VAR = 'foreman_enabled,foreman.enabled'
|
||||
SATELLITE6_ENABLED_VALUE = 'True'
|
||||
SATELLITE6_EXCLUDE_EMPTY_GROUPS = True
|
||||
SATELLITE6_INSTANCE_ID_VAR = 'foreman_id'
|
||||
SATELLITE6_INSTANCE_ID_VAR = 'foreman_id,foreman.id'
|
||||
# SATELLITE6_GROUP_PREFIX and SATELLITE6_GROUP_PATTERNS defined in source vars
|
||||
|
||||
# ----------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user