mirror of
https://github.com/ansible/awx.git
synced 2026-01-27 16:41:29 -03:30
expose GALAXY_IGNORE_CERTS in the job settings UI
This commit is contained in:
parent
3184bccb33
commit
1f0cd8df71
@ -440,7 +440,7 @@ register(
|
|||||||
field_class=fields.BooleanField,
|
field_class=fields.BooleanField,
|
||||||
default=False,
|
default=False,
|
||||||
label=_('Ignore Ansible Galaxy SSL Certificate Verification'),
|
label=_('Ignore Ansible Galaxy SSL Certificate Verification'),
|
||||||
help_text=_('If set to true, certificate validation will not be done when'
|
help_text=_('If set to true, certificate validation will not be done when '
|
||||||
'installing content from any Galaxy server.'),
|
'installing content from any Galaxy server.'),
|
||||||
category=_('Jobs'),
|
category=_('Jobs'),
|
||||||
category_slug='jobs'
|
category_slug='jobs'
|
||||||
|
|||||||
@ -65,6 +65,9 @@ export default ['i18n', function(i18n) {
|
|||||||
PROJECT_UPDATE_VVV: {
|
PROJECT_UPDATE_VVV: {
|
||||||
type: 'toggleSwitch',
|
type: 'toggleSwitch',
|
||||||
},
|
},
|
||||||
|
GALAXY_IGNORE_CERTS: {
|
||||||
|
type: 'toggleSwitch',
|
||||||
|
},
|
||||||
AWX_ROLES_ENABLED: {
|
AWX_ROLES_ENABLED: {
|
||||||
type: 'toggleSwitch',
|
type: 'toggleSwitch',
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user