diff --git a/playbooks/manjaro.yaml b/playbooks/manjaro.yaml index 204f16e..f6ef582 100644 --- a/playbooks/manjaro.yaml +++ b/playbooks/manjaro.yaml @@ -8,6 +8,13 @@ swap_file_size_mb: 4096 tasks: + # Sync and update Pacman + - name: Sync and update Pacman + community.general.pacman: + update_cache: yes + upgrade: yes + become: yes + # SSH - name: Ensure openssh installed community.general.pacman: