update system

This commit is contained in:
Ariejan de Vroom 2024-06-06 19:17:45 +02:00
parent b3c4f8e1cf
commit 5e5e19b7bd
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -30,3 +30,9 @@
- name: Update mirrorlist
ansible.builtin.shell:
cmd: reflector -c "{{ user.country }}" --age 24 --protocol https --sort rate --save /etc/pacman.d/mirrorlist
- name: Upgrade system
community.general.pacman:
update_cache: yes
upgrade: yes
become: true