From 4b625f0f13e92b96b7c1a543329edfb24d3a9e52 Mon Sep 17 00:00:00 2001 From: beeankha Date: Thu, 22 Oct 2020 11:50:25 -0400 Subject: [PATCH] =?UTF-8?q?Update=20credential=20'kind'=20choices=20?= =?UTF-8?q?=F0=9F=94=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- awx_collection/plugins/modules/tower_credential.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awx_collection/plugins/modules/tower_credential.py b/awx_collection/plugins/modules/tower_credential.py index 66353929f4..1cc638780f 100644 --- a/awx_collection/plugins/modules/tower_credential.py +++ b/awx_collection/plugins/modules/tower_credential.py @@ -74,7 +74,8 @@ options: - 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.