mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 22:16:00 -03:30
Adding integration tests and example in import
This commit is contained in:
@@ -38,6 +38,10 @@ EXAMPLES = '''
|
||||
- name: Import all tower assets
|
||||
tower_import:
|
||||
assets: "{{ export_output.assets }}"
|
||||
|
||||
- name: Import orgs from a json file
|
||||
tower_import:
|
||||
assets: "{{ lookup('file', 'org.json') | from_json() }}"
|
||||
'''
|
||||
|
||||
from ..module_utils.tower_awxkit import TowerAWXKitModule
|
||||
|
||||
Reference in New Issue
Block a user