mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 17:07:36 -02:30
Remove 'supports_check_mode' text from converted Collection modules
This commit is contained in:
@@ -68,10 +68,7 @@ def main():
|
||||
)
|
||||
|
||||
# Create a module for ourselves
|
||||
module = TowerModule(
|
||||
argument_spec=argument_spec,
|
||||
supports_check_mode=True,
|
||||
)
|
||||
module = TowerModule(argument_spec=argument_spec)
|
||||
|
||||
# Extract our parameters
|
||||
job_id = module.params.get('job_id')
|
||||
|
||||
Reference in New Issue
Block a user