mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 10:10:01 -03:30
Update workflow_launch module and test playbook
This commit is contained in:
@@ -128,7 +128,6 @@ def main():
|
||||
organization = module.params.get('organization')
|
||||
inventory = module.params.get('inventory')
|
||||
optional_args['limit'] = module.params.get('limit')
|
||||
optional_args['extra_vars'] = module.params.get('extra_vars')
|
||||
wait = module.params.get('wait')
|
||||
interval = module.params.get('interval')
|
||||
timeout = module.params.get('timeout')
|
||||
|
||||
Reference in New Issue
Block a user