fix non-lts version
This commit is contained in:
parent
e9aa160f16
commit
bdfdaa66d2
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue