diff options
Diffstat (limited to 'awx_collection/plugins/modules/import.py')
-rw-r--r-- | awx_collection/plugins/modules/import.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awx_collection/plugins/modules/import.py b/awx_collection/plugins/modules/import.py index ae0180ccd1..ad53a91dd7 100644 --- a/awx_collection/plugins/modules/import.py +++ b/awx_collection/plugins/modules/import.py @@ -36,7 +36,7 @@ extends_documentation_fragment: awx.awx.auth EXAMPLES = ''' - name: Export all assets export: - all: True + all: true register: export_output - name: Import all assets from our export |