From b7e5f5d1e1d50509c560312fcb5a9c89f3bb45a0 Mon Sep 17 00:00:00 2001 From: nmiah1 <44027944+nmiah1@users.noreply.github.com> Date: Tue, 24 Oct 2023 19:33:38 +0100 Subject: [PATCH] Typo in export.py example (#14598) --- awx_collection/plugins/modules/export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx_collection/plugins/modules/export.py b/awx_collection/plugins/modules/export.py index 3486a09203..1080b4889b 100644 --- a/awx_collection/plugins/modules/export.py +++ b/awx_collection/plugins/modules/export.py @@ -115,7 +115,7 @@ EXAMPLES = ''' - name: Export a job template named "My Template" and all Credentials export: job_templates: "My Template" - credential: 'all' + credentials: 'all' - name: Export a list of inventories export: