Remove 'supports_check_mode' text from converted Collection modules

This commit is contained in:
beeankha
2020-04-15 09:37:54 -04:00
parent af7e9cb533
commit 3bc5975b90
7 changed files with 4 additions and 10 deletions

View File

@@ -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')