Add upgrade step for pacman

This commit is contained in:
exu 2024-10-06 19:45:30 +02:00
parent 563cd5d8a6
commit 211cc72e11

View File

@ -10,6 +10,11 @@
[multilib]
Include = /etc/pacman.d/mirrorlist
- name: Update packages
community.general.pacman:
update_cache: true
upgrade: true
- name: Install official packages
community.general.pacman:
state: present