mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Remove runas from the list of become method choices since it's not
implemented in ansible yet (although it is listed in their help docs)
This commit is contained in:
@@ -43,7 +43,7 @@ class Credential(PasswordFieldsModel, CommonModelNameNotUnique):
|
|||||||
('su', _('Su')),
|
('su', _('Su')),
|
||||||
('pbrun', _('Pbrun')),
|
('pbrun', _('Pbrun')),
|
||||||
('pfexec', _('Pfexec')),
|
('pfexec', _('Pfexec')),
|
||||||
('runas', _('Runas')),
|
#('runas', _('Runas')),
|
||||||
]
|
]
|
||||||
|
|
||||||
PASSWORD_FIELDS = ('password', 'ssh_key_data', 'ssh_key_unlock',
|
PASSWORD_FIELDS = ('password', 'ssh_key_data', 'ssh_key_unlock',
|
||||||
|
|||||||
Reference in New Issue
Block a user