Remove unnecessary key add as root
This commit is contained in:
parent
3cfb80a324
commit
9a4b1fbeea
1 changed files with 0 additions and 4 deletions
|
@ -20,10 +20,6 @@
|
||||||
with_items: "{{ keys }}"
|
with_items: "{{ keys }}"
|
||||||
become: jake
|
become: jake
|
||||||
|
|
||||||
- name: "Add keys for root"
|
|
||||||
shell: "gpg --recv-keys {{ item }}"
|
|
||||||
with_items: "{{ keys }}"
|
|
||||||
|
|
||||||
- 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