Fix idempotence fail on checking debian.cnf files for galera

pull/14/head
Emilien Mantel 2016-09-27 17:37:43 +02:00
parent 1a57dc1cbf
commit 0f03fbf585
1 changed files with 2 additions and 0 deletions

View File

@ -4,10 +4,12 @@
command: cat /etc/mysql/debian.cnf
register: debiancnf
delegate_to: '{{ mysql_galera_primary_node }}'
changed_when: false
- name: COMMAND | Get current debian.cnf
command: cat /etc/mysql/debian.cnf
register: ondc
changed_when: false
- block: