From 1c20f8c23f90b07b83c88851311f7a41d7768f33 Mon Sep 17 00:00:00 2001 From: Dmitriy Safronov <zimniy@cyberbrain.pw> Date: Mon, 24 Apr 2023 21:08:22 +0400 Subject: [PATCH] comment --- tasks/deb/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/deb/main.yml b/tasks/deb/main.yml index 4edb1de..40e5277 100644 --- a/tasks/deb/main.yml +++ b/tasks/deb/main.yml @@ -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 -- GitLab