evolinux-base: copy GPG key instead of using apt-key
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jérémy Lecour 2021-05-01 16:50:38 +02:00 committed by Jérémy Lecour
parent 2386733231
commit 66ea07ec29

View file

@ -7,11 +7,10 @@
# tags: # tags:
# - apt # - apt
- name: Add Evolix GPG key - name: Add Evolix GPG key
apt_key: copy:
#url: http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x44975278B8612B5D src: reg.gpg
data: "{{ lookup('file', 'reg.gpg') }}" dest: /etc/apt/trusted.gpg.d/reg.gpg
tags: tags:
- apt - apt