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,3 +6,8 @@
- name: reload consul
service: name=consul state=reloaded
when: consul_service_started is not defined or not consul_service_started.changed
- name: restart consul-template-consul
service: name=consul-template-consul state=restarted