From 31557c80a228aae2b40c0cd9321fadac356a492c Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 5 Jul 2024 11:53:37 +0200 Subject: [PATCH] revert: back to stock --- roles/garage/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/garage/tasks/main.yml b/roles/garage/tasks/main.yml index 3ff6494..52f9a2f 100644 --- a/roles/garage/tasks/main.yml +++ b/roles/garage/tasks/main.yml @@ -21,7 +21,7 @@ ansible.builtin.template: src: garage.toml.j2 dest: /etc/garage.toml - mode: 0640 + mode: 0644 vars: cluster_group: "{{ group_names | map('regex_search', '.+_cluster') | select('string') | first }}" cluster_group_length: "{{ groups[cluster_group] | reject('search', 'gw') | length }}"