We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f607f3 commit ec9a1ecCopy full SHA for ec9a1ec
tasks/debian.yml
@@ -48,6 +48,10 @@
48
# - '"cvmfs-config-computecanada" in cvmfs_configuration'
49
# - ansible_facts.packages['computecanada-release'] is not defined
50
51
+- name: Install CVMFS client and configuration packages
52
+ apt:
53
+ name: 'cvmfs'
54
+
55
- name: Workaround - install compute canada config package directly from URL
56
apt:
57
deb: "https://package.computecanada.ca/yum/cc-cvmfs-public/prod/other/cvmfs-config-computecanada-latest.all.deb"
0 commit comments