fix(base/system): upgrade with apt on Debian

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-11-18 15:09:53 +01:00
parent a2a5dd2edb
commit c5747f422a
Signed by: mfocko
SSH key fingerprint: SHA256:icm0fIOSJUpy5+1x23sfr+hLtF9UhY8VpMC7H4WFJP8

View file

@ -4,7 +4,7 @@
name: "*" name: "*"
state: latest state: latest
update_cache: true update_cache: true
when: ansible_distribution == "Ubuntu" when: ansible_distribution in [ "Debian", "Ubuntu" ]
- name: Upgrade all packages with dnf - name: Upgrade all packages with dnf
ansible.builtin.dnf: ansible.builtin.dnf: