jammy has now a version
This commit is contained in:
parent
a6f81ae1dc
commit
232990e4ed
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
|||
- name: Ensure Puppet repository is installed
|
||||
apt:
|
||||
deb: "https://apt.puppetlabs.com/puppet{{ puppet_version }}-release-{{ ansible_distribution_release }}.deb"
|
||||
when: ansible_distribution_release != "hirsute" and ansible_distribution_release != "jammy"
|
||||
when: ansible_distribution_release != "hirsute"
|
||||
|
||||
- name: Ensure Puppet repository is installed
|
||||
apt:
|
||||
deb: "https://apt.puppetlabs.com/puppet{{ puppet_version }}-release-focal.deb"
|
||||
when: ansible_distribution_release == "hirsute" or ansible_distribution_release == "jammy"
|
||||
when: ansible_distribution_release == "hirsute"
|
||||
|
||||
- name: Ensure software for Puppet server is installed
|
||||
package:
|
||||
|
|
Loading…
Reference in a new issue