diff options
author | nmiah1 <44027944+nmiah1@users.noreply.github.com> | 2023-10-24 20:33:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 20:33:38 +0200 |
commit | b7e5f5d1e1d50509c560312fcb5a9c89f3bb45a0 (patch) | |
tree | 53b6b1e299fdcf42ee66a332c431cde0ac0351b6 /awx_collection | |
parent | Fix Boolean values defaulting to False in collection (#14493) (diff) | |
download | awx-b7e5f5d1e1d50509c560312fcb5a9c89f3bb45a0.tar.xz awx-b7e5f5d1e1d50509c560312fcb5a9c89f3bb45a0.zip |
Typo in export.py example (#14598)
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: |