diff options
Diffstat (limited to 'awx_collection')
-rw-r--r-- | awx_collection/plugins/modules/export.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |