From 4380c6ce6397983d6d62ceaee6b05183b19ba5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 9 Sep 2020 22:38:42 +0200 Subject: [PATCH] fix permissions on consul service definition file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- tasks/consul.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/consul.yml b/tasks/consul.yml index d26bb4b..41bb890 100644 --- a/tasks/consul.yml +++ b/tasks/consul.yml @@ -4,5 +4,6 @@ template: src: service_tinc.json dest: '{{ tinc_consul_service_path }}' + mode: 0644 notify: - reload consul