Update to 2022-09-04 14:00

This commit is contained in:
Daniel Berteaud
2022-09-04 14:00:17 +02:00
parent 59c5adc8fa
commit c36a80b596
16 changed files with 270 additions and 10 deletions

View File

@@ -6,6 +6,7 @@
- tar
- zstd
- unzip
- acl
tags: consul
- when: consul_install_mode != 'none'
@@ -48,9 +49,15 @@
notify: restart consul
tags: consul
- name: Install consul-template unit
template: src=consul-template-consul.service.j2 dest=/etc/systemd/system/consul-template-consul.service
register: consul_template_tpl_unit
notify: restart consul-template-consul
tags: consul
- name: Reload systemd
systemd: daemon_reload=True
when: consul_unit.changed
when: consul_unit.changed or consul_template_tpl_unit.changed
tags: consul
- name: Install backup hooks