Skip to content

Commit 3adb784

Browse files
committed
add gpg-agent for ubuntu
1 parent 50439c6 commit 3adb784

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tasks/debian.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
# - the CVMFS configuration repository contains the public CVMFS keys for all other Compute Canada CVMFS repositories
1010
# - the other CVMFS repositories contain all Compute Canada software (and other content)
1111

12+
- name: Install gpg agent
13+
apt:
14+
name: [ 'gpg-agent' ]
15+
1216
- name: Install CernVM GPG key
1317
apt_key:
1418
url: https://cvmrepo.web.cern.ch/cvmrepo/apt/cernvm.gpg

0 commit comments

Comments
 (0)