From e1e8b015c2bc6db9d877e938fbf4df57560c04b6 Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 29 Dec 2020 13:06:44 +0100 Subject: Update arch container keyrings before sysupdate --- bootstrap_arch_container.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap_arch_container.yml b/bootstrap_arch_container.yml index e983f5c..dfe677b 100644 --- a/bootstrap_arch_container.yml +++ b/bootstrap_arch_container.yml @@ -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 -- cgit