From 232990e4edf1f25b97fc9d438a10e1fc1838fba1 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 17 Oct 2022 16:54:58 +0300 Subject: [PATCH] jammy has now a version --- tasks/install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/install.yml b/tasks/install.yml index 8394ed5..2fa67db 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -2,12 +2,12 @@ - name: Ensure Puppet repository is installed apt: deb: "https://apt.puppetlabs.com/puppet{{ puppet_version }}-release-{{ ansible_distribution_release }}.deb" - when: ansible_distribution_release != "hirsute" and ansible_distribution_release != "jammy" + when: ansible_distribution_release != "hirsute" - name: Ensure Puppet repository is installed apt: deb: "https://apt.puppetlabs.com/puppet{{ puppet_version }}-release-focal.deb" - when: ansible_distribution_release == "hirsute" or ansible_distribution_release == "jammy" + when: ansible_distribution_release == "hirsute" - name: Ensure software for Puppet server is installed package: