From ad574eb896ab34a3b4c181eb9cd9df4cecb24e0f Mon Sep 17 00:00:00 2001 From: Jeff Bradberry Date: Fri, 13 Mar 2020 16:51:17 -0400 Subject: [PATCH] Enable credential export --- awxkit/awxkit/cli/resource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awxkit/awxkit/cli/resource.py b/awxkit/awxkit/cli/resource.py index c108427208..737331f947 100644 --- a/awxkit/awxkit/cli/resource.py +++ b/awxkit/awxkit/cli/resource.py @@ -52,7 +52,7 @@ EXPORTABLE_RESOURCES = [ 'organizations', 'teams', 'credential_types', - # 'credentials', + 'credentials', # 'notification_templates', # 'projects', # 'inventory',