diff options
author | jaseg <code@jaseg.net> | 2020-12-29 13:06:44 +0100 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2020-12-29 13:06:44 +0100 |
commit | e1e8b015c2bc6db9d877e938fbf4df57560c04b6 (patch) | |
tree | c6119e7b6cea48eb8f0ea46a3853a72848428b05 | |
parent | 6bd834b978cf8b757c1b04e26558bc7198196ab4 (diff) | |
download | infra-e1e8b015c2bc6db9d877e938fbf4df57560c04b6.tar.gz infra-e1e8b015c2bc6db9d877e938fbf4df57560c04b6.tar.bz2 infra-e1e8b015c2bc6db9d877e938fbf4df57560c04b6.zip |
Update arch container keyrings before sysupdate
-rw-r--r-- | bootstrap_arch_container.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |