mysql_info: remove irrelevant comment (#67753)

pull/67756/head
Andrew Klychkov 5 years ago committed by GitHub
parent 9d455bed7b
commit 1b5c69deef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -484,8 +484,6 @@ def main():
return_empty_dbs=dict(type='bool', default=False), return_empty_dbs=dict(type='bool', default=False),
) )
# The module doesn't support check_mode
# because of it doesn't change anything
module = AnsibleModule( module = AnsibleModule(
argument_spec=argument_spec, argument_spec=argument_spec,
supports_check_mode=True, supports_check_mode=True,

Loading…
Cancel
Save