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 fcba19e commit bf8c3f6Copy full SHA for bf8c3f6
ansible/roles/eessi/tasks/main.yaml
@@ -1,6 +1,8 @@
1
---
2
- name: Download Cern GPG key
3
- command: wget http://cvmrepo.web.cern.ch/cvmrepo/yum/RPM-GPG-KEY-CernVM -O cvmfs-key.gpg
+ ansible.builtin.get_url:
4
+ url: http://cvmrepo.web.cern.ch/cvmrepo/yum/RPM-GPG-KEY-CernVM
5
+ dest: ./cvmfs-key.gpg
6
7
- name: Import downloaded GPG key
8
command: rpm --import cvmfs-key.gpg
0 commit comments