apt: store keys in /etc/apt/trusted.gpg.d in ascii format

This commit is contained in:
Jérémy Lecour 2021-05-03 12:02:04 +02:00 committed by Jérémy Lecour
parent 92f28d85fe
commit a7971abb04
3 changed files with 4 additions and 3 deletions

View file

@ -19,6 +19,7 @@ The **patch** part changes incrementally at each release.
### Changed ### Changed
* apt: store keys in /etc/apt/trusted.gpg.d in ascii format
* evolinux-base: copy GPG key instead of using apt-key * evolinux-base: copy GPG key instead of using apt-key
* ntpd: Add leapfile configuration setting to ntpd on debian 10+ * ntpd: Add leapfile configuration setting to ntpd on debian 10+
* certbot: sync_remote.sh is configurable * certbot: sync_remote.sh is configurable

View file

@ -3,8 +3,8 @@
# https://wiki.debian.org/DebianRepository/UseThirdParty # https://wiki.debian.org/DebianRepository/UseThirdParty
- name: Add Evolix GPG key - name: Add Evolix GPG key
copy: copy:
src: reg.gpg src: reg.asc
dest: /usr/share/keyrings/reg.gpg dest: /etc/apt/trusted.gpg.d/reg.asc
force: yes force: yes
mode: "0644" mode: "0644"
tags: tags:

View file

@ -1,3 +1,3 @@
# {{ ansible_managed }} # {{ ansible_managed }}
deb [signed-by=/usr/share/keyrings/reg.gpg] http://pub.evolix.net/ {{ ansible_distribution_release }}/ deb http://pub.evolix.net/ {{ ansible_distribution_release }}/