feat(apt-get): Force apt over aptitude

This commit is contained in:
hygienic-books 2022-06-09 15:22:23 +02:00
parent cbcadc52bf
commit 27c5f277bc

View File

@ -8,6 +8,7 @@
- name: 'Upgrade the OS (apt-get dist-upgrade)' - name: 'Upgrade the OS (apt-get dist-upgrade)'
ansible.builtin.apt: ansible.builtin.apt:
upgrade: 'dist' upgrade: 'dist'
force_apt_get: 'yes'