Update pacman cache
This commit is contained in:
parent
c3dec9f9d4
commit
ec5ae878e8
1 changed files with 7 additions and 5 deletions
|
@ -1,8 +1,3 @@
|
|||
- copy:
|
||||
src: ./files/pacman.conf
|
||||
dest: /etc/pacman.conf
|
||||
mode: 0644
|
||||
|
||||
- set_fact:
|
||||
keys:
|
||||
- '8A8F901A' # Sublime Text
|
||||
|
@ -18,6 +13,13 @@
|
|||
shell: "pacman-key --lsign-key {{ item }}"
|
||||
with_items: "{{ keys }}"
|
||||
|
||||
- copy:
|
||||
src: ./files/pacman.conf
|
||||
dest: /etc/pacman.conf
|
||||
mode: 0644
|
||||
|
||||
- pacman:
|
||||
update_cache: true
|
||||
|
||||
- user:
|
||||
name: aur_builder
|
||||
|
|
Loading…
Reference in a new issue