Skip to content

Commit

Permalink
Merge pull request #8438 from beeankha/add_cred_kind_options
Browse files Browse the repository at this point in the history
Update Doc String for tower_credential Module "Kind" Choices

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
  • Loading branch information
softwarefactory-project-zuul[bot] committed Oct 22, 2020
2 parents 466dff9 + 4b625f0 commit 3ff1d77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion awx_collection/plugins/modules/tower_credential.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
- Deprecated, please use credential_type
required: False
type: str
choices: ["ssh", "vault", "net", "scm", "aws", "vmware", "satellite6", "cloudforms", "gce", "azure_rm", "openstack", "rhv", "insights", "tower"]
choices: ["aws", "tower", "gce", "azure_rm", "openstack", "cloudforms", "satellite", "rhv", "vmware", "aim", "conjur", "hashivault_kv", "hashivault_ssh",
"azure_kv", "insights", "kubernetes_bearer_token", "net", "scm", "ssh", "github_token", "gitlab_token", "vault"]
host:
description:
- Host for this credential.
Expand Down

0 comments on commit 3ff1d77

Please sign in to comment.