mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 17:37:30 -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')),
|
||||
('pbrun', _('Pbrun')),
|
||||
('pfexec', _('Pfexec')),
|
||||
('runas', _('Runas')),
|
||||
#('runas', _('Runas')),
|
||||
]
|
||||
|
||||
PASSWORD_FIELDS = ('password', 'ssh_key_data', 'ssh_key_unlock',
|
||||
|
||||
Reference in New Issue
Block a user