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 50439c6 commit 3adb784Copy full SHA for 3adb784
tasks/debian.yml
@@ -9,6 +9,10 @@
9
# - the CVMFS configuration repository contains the public CVMFS keys for all other Compute Canada CVMFS repositories
10
# - the other CVMFS repositories contain all Compute Canada software (and other content)
11
12
+- name: Install gpg agent
13
+ apt:
14
+ name: [ 'gpg-agent' ]
15
+
16
- name: Install CernVM GPG key
17
apt_key:
18
url: https://cvmrepo.web.cern.ch/cvmrepo/apt/cernvm.gpg
0 commit comments