Skip to content

Commit

Permalink
try different version string
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Feb 2, 2025
1 parent c6646eb commit 4e5ff39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy/ansible/cvmfs_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

- name: Install CernVM-FS client (apt)
apt:
name: ['cvmfs=2.11.5~1+ubuntu22.04', 'cvmfs-config']
name: ['cvmfs=2.11.*', 'cvmfs-config']
state: "{{ galaxy_apt_package_state }}"
update_cache: yes

Expand Down

0 comments on commit 4e5ff39

Please sign in to comment.