Include noble
This commit is contained in:
parent
62b115611c
commit
b752031a1e
1 changed files with 2 additions and 2 deletions
|
@ -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', 'noble']
|
||||
- ansible_facts['distribution_release'] not in ['groovy', 'hirsute', 'lunar', 'mantic']
|
||||
|
||||
- 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', 'noble']
|
||||
- ansible_facts['distribution_release'] in ['groovy', 'hirsute', 'lunar', 'mantic']
|
||||
|
||||
- name: Ensure Puppet repository is installed (Debian Bookworm)
|
||||
apt:
|
||||
|
|
Loading…
Reference in a new issue