mysql_info: remove irrelevant comment (#67753)

This commit is contained in:
Andrew Klychkov 2020-02-26 00:00:41 +03:00 committed by GitHub
parent 9d455bed7b
commit 1b5c69deef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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