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

@@ -143,7 +143,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
{% for option in item['json']['actions']['POST'] %}