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: