mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -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:
parent
5881736769
commit
77a56b3dfd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user