mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 11:57:37 -02:30
Merge pull request #7420 from elyezer/update-credential-creation
Update awxkit credential creation Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -310,7 +310,7 @@ class Credential(HasCopy, HasCreate, base.Base):
|
||||
credential_type=CredentialType,
|
||||
user=None,
|
||||
team=None,
|
||||
organization=Organization,
|
||||
organization=None,
|
||||
inputs=None,
|
||||
**kwargs):
|
||||
payload = self.create_payload(
|
||||
|
||||
Reference in New Issue
Block a user