From a33cd2f2e38ba357fd4a22e17e265a25618466c7 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Sat, 2 May 2026 22:50:48 -0500 Subject: [PATCH] Stop asking for python-apt as it isn't there on any supported release Signed-off-by: Jason Rothstein --- vars/Debian-default.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vars/Debian-default.yml b/vars/Debian-default.yml index 772d334..64a9a20 100644 --- a/vars/Debian-default.yml +++ b/vars/Debian-default.yml @@ -1,7 +1,6 @@ --- # vars file for ensure_ansible_prereq package_list: - - name: 'python-apt' - state: 'present' - name: 'sudo' state: 'present' +