mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-08-29 11:00
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
command: "{{ consul_root_dir }}/bin/consul snapshot save {{ consul_root_dir }}/archives/{{ consul_current_version }}/consul.snap"
|
||||
args:
|
||||
creates: "{{ consul_root_dir }}/archives/{{ consul_current_version }}/consul.snap"
|
||||
failed_when: False # If consul is not running, it'll fail, just continue
|
||||
when: consul_conf.server
|
||||
environment:
|
||||
CONSUL_TOKEN: "{{ consul_mgm_token | default(omit) }}"
|
||||
tags: consul
|
||||
|
Reference in New Issue
Block a user