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