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:
Matthew Jones 2015-06-01 09:48:16 -04:00
parent e23539e69b
commit 35fd2addc6

View File

@ -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',