mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
Properly recognize foreman.enabled
The ENABLED_VALUE must always be a string. Thanks to @cchurch for the suggestion. Resolves #3632
This commit is contained in:
@@ -679,7 +679,7 @@ OPENSTACK_INSTANCE_ID_VAR = 'openstack.id'
|
||||
# ----- Foreman -----
|
||||
# ---------------------
|
||||
SATELLITE6_ENABLED_VAR = 'foreman.enabled'
|
||||
SATELLITE6_ENABLED_VALUE = True
|
||||
SATELLITE6_ENABLED_VALUE = 'True'
|
||||
SATELLITE6_GROUP_FILTER = r'^.+$'
|
||||
SATELLITE6_HOST_FILTER = r'^.+$'
|
||||
SATELLITE6_EXCLUDE_EMPTY_GROUPS = True
|
||||
|
||||
Reference in New Issue
Block a user