mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-12 15:58:38 -05:00
Remove 'supports_check_mode' text from converted Collection modules
This commit is contained in:
@@ -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'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user