mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Fill in rest of ask_tags handling for WFJT module
This commit is contained in:
parent
fe768a159b
commit
beaf6b6058
@ -789,6 +789,7 @@ def main():
|
||||
allow_simultaneous=dict(type='bool'),
|
||||
ask_variables_on_launch=dict(type='bool'),
|
||||
ask_labels_on_launch=dict(type='bool', aliases=['ask_labels']),
|
||||
ask_tags_on_launch=dict(type='bool'),
|
||||
ask_skip_tags_on_launch=dict(type='bool', aliases=['ask_skip_tags']),
|
||||
inventory=dict(),
|
||||
limit=dict(),
|
||||
@ -873,6 +874,7 @@ def main():
|
||||
'ask_limit_on_launch',
|
||||
'ask_variables_on_launch',
|
||||
'ask_labels_on_launch',
|
||||
'ask_tags_on_launch',
|
||||
'ask_skip_tags_on_launch',
|
||||
'webhook_service',
|
||||
'job_tags',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user