Add gpg key for librewolf
This commit is contained in:
parent
66e7345b4d
commit
9677d40e50
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
update: false
|
||||
when: ansible_facts['distribution'] == 'Archlinux'
|
||||
|
||||
- name: Add gpg key for librewolf
|
||||
command: gpg --keyserver hkp://keyserver.ubuntu.com --search-keys 031F7104E932F7BD7416E7F6D2845E1305D6E801
|
||||
when: ansible_facts['distribution'] == 'Archlinux'
|
||||
|
||||
- name: Make and install librewolf (Archlinux)
|
||||
command:
|
||||
cmd: makepkg -cirs --needed
|
||||
|
|
Loading…
Add table
Reference in a new issue