Skip to content

Commit dc84384

Browse files
authored
Merge pull request #75 from jdavcs/noble
Add noble to ubuntu releases
2 parents 0a21b10 + 25d2a12 commit dc84384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/init_debian.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
filename: cernvm.list
2222
mode: 422
2323
repo: deb [allow-insecure=true] https://cvmrepo.web.cern.ch/cvmrepo/apt/ {{ ansible_distribution_release }}-prod main
24-
when: ansible_distribution == 'Ubuntu' and ansible_distribution_release in ('bionic', 'xenial', 'precise', 'focal', 'jammy')
24+
when: ansible_distribution == 'Ubuntu' and ansible_distribution_release in ('bionic', 'xenial', 'precise', 'focal', 'jammy', 'noble')
2525

2626
# There are no packages for any of the non LTS versions so good
2727
# luck and have fun if that's you.
@@ -30,7 +30,7 @@
3030
filename: cernvm.list
3131
mode: 422
3232
repo: deb [allow-insecure=true] https://cvmrepo.web.cern.ch/cvmrepo/apt/ xenial-prod main
33-
when: ansible_distribution == 'Ubuntu' and ansible_distribution_release not in ('bionic', 'xenial', 'precise', 'focal', 'jammy')
33+
when: ansible_distribution == 'Ubuntu' and ansible_distribution_release not in ('bionic', 'xenial', 'precise', 'focal', 'jammy', 'noble')
3434

3535
- name: Install CernVM-FS packages and dependencies (apt)
3636
ansible.builtin.apt:

0 commit comments

Comments
 (0)