From e30762b957436090a3e4f65ff7d18a07e1e2b830 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 17 Oct 2022 16:56:12 +0300 Subject: [PATCH] jammy has a repo --- tasks/install_x86_64.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/install_x86_64.yml b/tasks/install_x86_64.yml index 90b393a..dc359e4 100644 --- a/tasks/install_x86_64.yml +++ b/tasks/install_x86_64.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 puppet-agent is installed package: