Fix 2 lint issues
This commit is contained in:
parent
29a8f84afa
commit
2b237b957f
|
@ -101,7 +101,7 @@
|
|||
ansible.builtin.debug:
|
||||
msg:
|
||||
- "db_server_id: {{ db_server_id }}"
|
||||
- "db_master_status_new.master_status: {{ db_master_status_new.master_status|to_nice_json }}"
|
||||
- "db_master_status_new.master_status: {{ db_master_status_new.master_status | to_nice_json }}"
|
||||
when: db_debug|default(false)
|
||||
|
||||
- name: "(Master) Reset binlog" # noqa: no-changed-when
|
||||
|
|
Loading…
Reference in a new issue