Replace tabbed indentation with spaces for mysql_db module
This commit is contained in:
parent
cf595b3c52
commit
3d28efaf7e
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ def main():
|
||||||
if state in ['dump','import']:
|
if state in ['dump','import']:
|
||||||
if target is None:
|
if target is None:
|
||||||
module.fail_json(msg="with state=%s target is required" % (state))
|
module.fail_json(msg="with state=%s target is required" % (state))
|
||||||
if db == 'all':
|
if db == 'all':
|
||||||
connect_to_db = 'mysql'
|
connect_to_db = 'mysql'
|
||||||
db = 'mysql'
|
db = 'mysql'
|
||||||
all_databases = True
|
all_databases = True
|
||||||
|
|
Loading…
Reference in a new issue