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
@@ -102,7 +102,6 @@ def main():
# Create a module for ourselves
module = TowerModule(
argument_spec=argument_spec,
supports_check_mode=True,
mutually_exclusive=[
('page', 'all_pages'),
]