From 3f204659a8778cf59d32494c6720763723b6c5b2 Mon Sep 17 00:00:00 2001 From: Jeff Bradberry Date: Fri, 13 Mar 2020 10:04:54 -0400 Subject: [PATCH] Temporarily disable export of resources that may not work yet --- awxkit/awxkit/cli/resource.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/awxkit/awxkit/cli/resource.py b/awxkit/awxkit/cli/resource.py index c30ec6fc56..d404abb878 100644 --- a/awxkit/awxkit/cli/resource.py +++ b/awxkit/awxkit/cli/resource.py @@ -51,13 +51,13 @@ EXPORTABLE_RESOURCES = [ 'users', 'organizations', 'teams', - 'credential_types', - 'credentials', - 'notification_templates', - 'projects', - 'inventory', - 'job_templates', - 'workflow_job_templates', + # 'credential_types', + # 'credentials', + # 'notification_templates', + # 'projects', + # 'inventory', + # 'job_templates', + # 'workflow_job_templates', ] NATURAL_KEYS = {