Update arch container keyrings before sysupdate
This commit is contained in:
parent
6bd834b978
commit
e1e8b015c2
1 changed files with 3 additions and 0 deletions
|
|
@ -55,6 +55,9 @@
|
|||
regexp: '^CheckSpace'
|
||||
line: '#CheckSpace'
|
||||
|
||||
- name: Update container keyring
|
||||
shell: arch-chroot "{{root}}" pacman -Sy --noconfirm archlinux-keyring
|
||||
|
||||
- name: Update container and install software
|
||||
shell: arch-chroot "{{root}}" pacman -Syu --noconfirm
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue