consul: fix reloading without ACL token

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-02-18 11:20:40 +01:00
parent 8bccc3cd90
commit 917b3554e2
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 3 additions and 1 deletions

View File

@ -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'