9 lines
193 B
YAML
9 lines
193 B
YAML
---
|
|
- name: Update package database
|
|
ansible.builtin.command: pacman -Sy --noconfirm
|
|
become: yes
|
|
|
|
- name: Update all packages
|
|
ansible.builtin.command: pacman -Su --noconfirm
|
|
become: yes
|