mirror of
https://github.com/ansible/awx.git
synced 2026-01-29 07:14:43 -03: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:
parent
e23539e69b
commit
35fd2addc6
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user