mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 00:57:00 +02:00
Update to 2025-01-03 11:00
This commit is contained in:
31
roles/repo_zimbra/tasks/facts.yml
Normal file
31
roles/repo_zimbra/tasks/facts.yml
Normal 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
|
Reference in New Issue
Block a user