Skip to content
Snippets Groups Projects
Commit a898f42e authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

Merge branch 'fix-clean-cache' into 'master'

install_arch: Fix cleanup of pacman cache

See merge request !441
parents 7b2ba0c0 3a501eed
No related branches found
No related tags found
1 merge request!441install_arch: Fix cleanup of pacman cache
Pipeline #9472 passed
......@@ -184,7 +184,7 @@
file: src=/run/systemd/resolve/stub-resolv.conf dest=/mnt/etc/resolv.conf state=link force=yes owner=root group=root mode=0644
- name: clean pacman cache
command: chroot /mnt pacman -Scc --noconfirm
command: yes | chroot /mnt pacman -Scc
register: chroot_pacman_clean_cache
changed_when: "chroot_pacman_clean_cache.rc == 0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment