From 917b3554e29ea8ca0950fd1ae4ce6ba663584ee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 18 Feb 2022 11:20:40 +0100 Subject: [PATCH] consul: fix reloading without ACL token MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- tasks/consul.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/consul.yml b/tasks/consul.yml index 38d0410..c782838 100644 --- a/tasks/consul.yml +++ b/tasks/consul.yml @@ -16,4 +16,6 @@ # We need to do this for discover step to work - name: Reload Consul right away - command: consul reload + systemd: + name: 'consul' + state: 'reloaded'