From bdfdaa66d20438ae55d42daf698cd5e05cd0466c Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Sun, 19 Nov 2023 14:43:54 +0200 Subject: [PATCH] fix non-lts version --- tasks/install_x86_64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install_x86_64.yml b/tasks/install_x86_64.yml index 3ab2ad2..884bd6b 100644 --- a/tasks/install_x86_64.yml +++ b/tasks/install_x86_64.yml @@ -3,7 +3,7 @@ apt: deb: "https://apt.puppetlabs.com/puppet{{ puppet_version }}-release-{{ ansible_distribution_release }}.deb" when: - - ansible_facts['distribution_release'] not in ['groovy', 'hirsute', 'bookworm'] + - ansible_facts['distribution_release'] not in ['groovy', 'hirsute', 'lunar', 'maniac'] - name: Ensure Puppet repository is installed (Ubuntu not LTS) apt: