From 1f90fef6ddf4ac13919778c4d8cfd73562479dfb Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Thu, 26 Sep 2024 07:45:02 +0100 Subject: [PATCH] Updated thanks to @mathf Signed-off-by: Mark Bolwell --- tasks/section_2/cis_2.2.x.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tasks/section_2/cis_2.2.x.yml b/tasks/section_2/cis_2.2.x.yml index cc049c2..a4da8f1 100644 --- a/tasks/section_2/cis_2.2.x.yml +++ b/tasks/section_2/cis_2.2.x.yml @@ -61,7 +61,9 @@ - NIST800-53R5_CM-11 - telnet ansible.builtin.package: - name: telnet + name: + - telnet + - inetutils-telnet state: absent purge: "{{ ubtu24cis_purge_apt }}" @@ -94,6 +96,8 @@ - NIST800-53R5_CM-11 - ftp ansible.builtin.package: - name: ftp + name: + - ftp + - tnftp state: absent purge: "{{ ubtu24cis_purge_apt }}"