ansible-role-mysql icon indicating copy to clipboard operation
ansible-role-mysql copied to clipboard

Additional configuration files does not work as expected

Open pavlozt opened this issue 4 months ago • 1 comments

Simply changing a additional files does not cause a restart mysql and handler notify. default value for ansible.builtin.template must be force = True : https://github.com/geerlingguy/ansible-role-mysql/blob/9f580ee10411edc5a12345edeac3dd2c69e9834e/tasks/configure.yml#L34

When the file is not actually different in content, the change will not occur anyway. This is how the ansible template module works.

pavlozt avatar Oct 20 '24 09:10 pavlozt