From 644b1168483ae08b1a7e81985eee849710d36a7d Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Thu, 22 Feb 2018 13:01:08 -0500 Subject: [PATCH] tower cred: update kind options in documentation (cherry picked from commit 8a41233202e01700459735a8dd67502e512261d5) --- .../web_infrastructure/ansible_tower/tower_credential.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_credential.py b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_credential.py index 3851f5fe7f7..9555538df00 100644 --- a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_credential.py +++ b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_credential.py @@ -54,7 +54,7 @@ options: description: - Type of credential being added. required: True - choices: ["ssh", "net", "scm", "aws", "rax", "vmware", "satellite6", "cloudforms", "gce", "azure", "azure_rm", "openstack"] + choices: ["ssh", "vault", "net", "scm", "aws", "vmware", "satellite6", "cloudforms", "gce", "azure_rm", "openstack", "rhv", "insights", "tower"] host: description: - Host for this credential.