From f3c78bacc4c12e7320b6ae8d042583fe83471c0b Mon Sep 17 00:00:00 2001 From: Guillaume Raffy Date: Tue, 3 Oct 2017 16:03:34 +0200 Subject: [PATCH] added comments --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index ed7ed27..fcc7cb6 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -28,7 +28,7 @@ apt_tools_list: - aptitude apt_tools_state: 'installed' apt_tools_manage: true -apt_old_pkg_list: +apt_old_pkg_list: # TODO: rename as apt_unwanted_pkg_list as 'old' doesn't seem to be appropriate here - laptop-detect - tasksel apt_old_pkg_state: 'absent'