mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
Typo in export.py example (#14598)
This commit is contained in:
@@ -115,7 +115,7 @@ EXAMPLES = '''
|
|||||||
- name: Export a job template named "My Template" and all Credentials
|
- name: Export a job template named "My Template" and all Credentials
|
||||||
export:
|
export:
|
||||||
job_templates: "My Template"
|
job_templates: "My Template"
|
||||||
credential: 'all'
|
credentials: 'all'
|
||||||
|
|
||||||
- name: Export a list of inventories
|
- name: Export a list of inventories
|
||||||
export:
|
export:
|
||||||
|
|||||||
Reference in New Issue
Block a user