From ea3862a4dde7636140f2a2c16b1587ab54442f49 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 7 Nov 2022 09:01:13 +0200 Subject: [PATCH] ensure jammy version is installed --- 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: