Update to 2025-01-03 11:00

This commit is contained in:
Daniel Berteaud
2025-01-03 11:00:10 +01:00
parent 161889539f
commit 9e2fa5d939
16 changed files with 94 additions and 51 deletions

View File

@@ -0,0 +1,31 @@
---
- name: Set repo versions
set_fact:
zcs_repo_versions:
- 87
- 90
when:
- zcs_major is version('9.0.0', '>=')
- zcs_major is version('10.0.0', '<')
tags: zcs,repo
- name: Set repo versions
set_fact:
zcs_repo_versions:
- 87
- 1000
when:
- zcs_major is version('10.0.0', '>=')
- zcs_major is version('10.1.0', '<')
tags: zcs,repo
- name: Set repo versions
set_fact:
zcs_repo_versions:
- 87
- 1000
- 1010
when:
- zcs_major is version('10.1.0', '>=')
tags: zcs,repo