Update PGP key for librewolf

This commit is contained in:
flyingscorpio@arch-desktop 2023-06-10 16:00:18 +02:00
parent bf388d388d
commit 64c1b05ba8

View file

@ -10,7 +10,7 @@
update: false
version: master
- name: Add gpg key for librewolf (Archlinux)
ansible.builtin.command: gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 031F7104E932F7BD7416E7F6D2845E1305D6E801
ansible.builtin.command: gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 662E3CDD6FE329002D0CA5BB40339DD82B12EF16
register: result
changed_when: "'unchanged: 1' not in result.stderr"
- name: Make and install librewolf (Archlinux)