You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simply changing a additional files does not cause a restart mysql and handler notify.
default value for ansible.builtin.template must be force = True :
The question is not so straightforward. This is what I read in the documentation:
A list of files that should override the default global my.cnf. Each item in the array requires a "src" parameter which is a path to a file. An optional "force" parameter can force the file to be updated each time ansible runs.
How should this be perceived? In fact, the file will not be ovewritten every time, but only when changes are made on the ansible side.
In this case, you have selected overwrite_global_mycnf: true
Simply changing a additional files does not cause a restart mysql and handler notify.
default value for ansible.builtin.template must be force = True :
ansible-role-mysql/tasks/configure.yml
Line 34 in 9f580ee
When the file is not actually different in content, the change will not occur anyway. This is how the ansible template module works.
The text was updated successfully, but these errors were encountered: