evolinux-base: copy GPG key instead of using apt-key
continuous-integration/drone/push Build is passing Details

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
1 changed files with 3 additions and 4 deletions

View File

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