mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 00:47:29 -02:30
Add wait ability to the module
This commit is contained in:
@@ -77,6 +77,7 @@
|
||||
inventory: "{{ inv_name }}"
|
||||
inventory_source: "{{ item }}"
|
||||
organization: "{{ created_org.id }}"
|
||||
wait: true
|
||||
loop: "{{ query('awx.awx.tower_api', 'inventory_sources', query_params={ 'inventory': created_inventory.id }, return_ids=True ) }}"
|
||||
register: result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user