Update to 2024-06-17 10:01

This commit is contained in:
Daniel Berteaud
2024-06-17 10:01:05 +02:00
parent a55c54a1c5
commit 8590b558e8
15 changed files with 80 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
---
# Detect installed version (if any)
- block:
- import_tasks: ../includes/webapps_set_install_mode.yml
vars:
- root_dir: "{{ consul_cni_root_dir }}"
- version: "{{ consul_cni_version }}"
- version_file: consul_cni_version
- set_fact: consul_cni_install_mode={{ install_mode }}
- set_fact: consul_cni_current_version={{ current_version | default('') }}
tags: cni