Don't add keys to GPG keyring
This commit is contained in:
parent
155d8cb252
commit
44ba08ebcb
1 changed files with 0 additions and 5 deletions
|
@ -15,11 +15,6 @@
|
||||||
- '9D5F1C051D146843CDA4858BDE64825E7CBC0D51' # ArchStrike
|
- '9D5F1C051D146843CDA4858BDE64825E7CBC0D51' # ArchStrike
|
||||||
- '7448C890582975CD'
|
- '7448C890582975CD'
|
||||||
|
|
||||||
- name: "Add keys"
|
|
||||||
shell: "gpg --recv-keys {{ item }}"
|
|
||||||
with_items: "{{ keys }}"
|
|
||||||
become: "{{ user }}"
|
|
||||||
|
|
||||||
- name: "Add keys to pacman"
|
- name: "Add keys to pacman"
|
||||||
shell: "pacman-key -r {{ item }}"
|
shell: "pacman-key -r {{ item }}"
|
||||||
with_items: "{{ keys }}"
|
with_items: "{{ keys }}"
|
||||||
|
|
Loading…
Reference in a new issue