Skip to content
Commits on Source (2)
......@@ -18,7 +18,7 @@
## ESSENTIAL SETUP
# APT
- name: Install aptitude & debconf-utils using apt
- name: Install python3-apt & debconf-utils using apt
ansible.builtin.apt:
state: present
update_cache: true
......