mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-04-05 13:22:09 +07:00
Fix idempotence fail on checking debian.cnf files for galera
This commit is contained in:
@@ -4,10 +4,12 @@
|
|||||||
command: cat /etc/mysql/debian.cnf
|
command: cat /etc/mysql/debian.cnf
|
||||||
register: debiancnf
|
register: debiancnf
|
||||||
delegate_to: '{{ mysql_galera_primary_node }}'
|
delegate_to: '{{ mysql_galera_primary_node }}'
|
||||||
|
changed_when: false
|
||||||
|
|
||||||
- name: COMMAND | Get current debian.cnf
|
- name: COMMAND | Get current debian.cnf
|
||||||
command: cat /etc/mysql/debian.cnf
|
command: cat /etc/mysql/debian.cnf
|
||||||
register: ondc
|
register: ondc
|
||||||
|
changed_when: false
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user