mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
Remove 'supports_check_mode' text from converted Collection modules
This commit is contained in:
@@ -117,7 +117,6 @@ def main():
|
||||
# Create a module for ourselves
|
||||
module = TowerModule(
|
||||
argument_spec=argument_spec,
|
||||
supports_check_mode=True,
|
||||
required_one_of=[['name', 'settings']],
|
||||
mutually_exclusive=[['name', 'settings']],
|
||||
required_if=[['name', 'present', ['value']]]
|
||||
|
||||
Reference in New Issue
Block a user