Skip to content

Commit

Permalink
controluser: set changed when always to false
Browse files Browse the repository at this point in the history
  • Loading branch information
netzwirt committed Apr 14, 2016
1 parent b42c44e commit e7d3861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
mysql -p{{ galera_root_password }} -uroot -e "USE mysql; INSERT IGNORE INTO user (Host,User) values ('{{ item }}','haproxy'); FLUSH PRIVILEGES;"
when: galera_manage_users and galera_haproxy_user
with_items: "{{ galera_haproxy_hosts }}"
changed_when: False


- name: galera configuration file
Expand Down

0 comments on commit e7d3861

Please sign in to comment.