consul: fix reloading without ACL token
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
8bccc3cd90
commit
917b3554e2
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue