mysql_info: remove irrelevant comment (#67753)
This commit is contained in:
parent
9d455bed7b
commit
1b5c69deef
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue