From f48caecbbf510927d2f0c226bd32443b72e908fb Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Sun, 12 Jan 2025 14:53:44 +0200 Subject: [PATCH] Include oracular into non-tls --- 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 1000249..fcf4a64 100644 --- a/tasks/install_x86_64.yml +++ b/tasks/install_x86_64.yml @@ -3,14 +3,14 @@ apt: deb: "https://apt.puppetlabs.com/puppet{{ puppet_version }}-release-{{ ansible_distribution_release }}.deb" when: - - ansible_facts['distribution_release'] not in ['groovy', 'hirsute', 'lunar', 'mantic'] + - ansible_facts['distribution_release'] not in ['groovy', 'hirsute', 'lunar', 'mantic', 'oracular'] - name: Ensure Puppet repository is installed (Ubuntu not LTS) apt: deb: "https://apt.puppetlabs.com/puppet{{ puppet_version }}-release-jammy.deb" when: - ansible_facts['distribution'] != 'Debian' - - ansible_facts['distribution_release'] in ['groovy', 'hirsute', 'lunar', 'mantic'] + - ansible_facts['distribution_release'] in ['groovy', 'hirsute', 'lunar', 'mantic', 'oracular'] - name: Ensure Puppet repository is installed (Debian Bookworm) apt: