diff --git a/tasks/main.yml b/tasks/main.yml index cedb6d8..a212171 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -16,7 +16,7 @@ notify: MySQL | Restart - name: MySQL | Deploy conf.d files - template: + template: src: "{{ item.src }}" dest: "{{ item.dest }}" mode: "{{ mysql_configs_mode }}"