mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 06:29:31 -02:30
Remove 'supports_check_mode' text from converted Collection modules
This commit is contained in:
@@ -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'] %}
|
||||
|
||||
Reference in New Issue
Block a user