mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 00:17:29 -02:30
Remove 'supports_check_mode' text from converted Collection modules
This commit is contained in:
@@ -62,7 +62,6 @@ def main():
|
||||
data=dict(type='dict', required=True),
|
||||
eula_accepted=dict(type='bool', required=True),
|
||||
),
|
||||
supports_check_mode=True
|
||||
)
|
||||
|
||||
json_output = {'changed': False}
|
||||
|
||||
Reference in New Issue
Block a user