From 26ebf47c71449aafc8158cddd9757ec6864d404b Mon Sep 17 00:00:00 2001 From: beeankha Date: Thu, 22 Oct 2020 18:03:09 -0400 Subject: [PATCH] Revert choice from 'satellite' to 'satellite6' --- awx_collection/plugins/modules/tower_credential.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx_collection/plugins/modules/tower_credential.py b/awx_collection/plugins/modules/tower_credential.py index 1cc638780f..330b3be4f1 100644 --- a/awx_collection/plugins/modules/tower_credential.py +++ b/awx_collection/plugins/modules/tower_credential.py @@ -74,7 +74,7 @@ options: - Deprecated, please use credential_type required: False type: str - choices: ["aws", "tower", "gce", "azure_rm", "openstack", "cloudforms", "satellite", "rhv", "vmware", "aim", "conjur", "hashivault_kv", "hashivault_ssh", + choices: ["aws", "tower", "gce", "azure_rm", "openstack", "cloudforms", "satellite6", "rhv", "vmware", "aim", "conjur", "hashivault_kv", "hashivault_ssh", "azure_kv", "insights", "kubernetes_bearer_token", "net", "scm", "ssh", "github_token", "gitlab_token", "vault"] host: description: @@ -285,7 +285,7 @@ KIND_CHOICES = { 'azure_rm': 'Microsoft Azure Resource Manager', 'openstack': 'OpenStack', 'cloudforms': 'Red Hat CloudForms', - 'satellite': 'Red Hat Satellite 6', + 'satellite6': 'Red Hat Satellite 6', 'rhv': 'Red Hat Virtualization', 'vmware': 'VMware vCenter', 'aim': 'CyberArk AIM Central Credential Provider Lookup',