From e15bdb4af2a0c15be24d557e2f3f6cafe6cd7afc Mon Sep 17 00:00:00 2001 From: Romina Brown Date: Thu, 24 Jul 2025 11:12:27 -0300 Subject: [PATCH] Se agrega instalador para Ubuntu 20 --- tasks/vars/8.8.15.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tasks/vars/8.8.15.yml b/tasks/vars/8.8.15.yml index 50e5d10..47aa8fc 100644 --- a/tasks/vars/8.8.15.yml +++ b/tasks/vars/8.8.15.yml @@ -11,7 +11,11 @@ - name: Check if your distro is Ubuntu Server 18.04 LTS set_fact: zmpkg=zcs-8.8.15_GA_3869.UBUNTU18_64.20190918004220 - when: ansible_distribution_major_version|int >= 18 + when: ansible_distribution_major_version|int >= 18 and ansible_distribution_major_version|int <= 19 + +- name: Check if your distro is Ubuntu Server 20.04 LTS + set_fact: zmpkg=zcs-8.8.15_GA_4179.UBUNTU20_64.20211118033954 + when: ansible_distribution_major_version|int >= 20 - name: Check if your distro is Ubuntu Server 14.04 LTS set_fact: zmpkg=zcs-8.8.15_GA_3869.UBUNTU14_64.20190918004220