From 1e2c2f9a699a4e508efdb450ec34337f98f8c7bb Mon Sep 17 00:00:00 2001 From: PavelZ Date: Sun, 20 Oct 2024 12:53:39 +0300 Subject: [PATCH] Fix additional templating --- tasks/configure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index 85a0fa62..f08bc84c 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -31,7 +31,7 @@ owner: root group: root mode: 0644 - force: "{{ item.force | default(False) }}" + force: "{{ item.force | default(True) }}" with_items: "{{ mysql_config_include_files }}" notify: restart mysql