From cd04537bf10b9c03228a3ab61b49ca242c7849da Mon Sep 17 00:00:00 2001 From: Ionut Pruteanu Date: Thu, 7 Dec 2023 18:58:02 +0200 Subject: [PATCH] Using correct conditional for ftpd Signed-off-by: Ionut Pruteanu --- tasks/section_2/cis_2.3.x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/section_2/cis_2.3.x.yml b/tasks/section_2/cis_2.3.x.yml index 10a06623..c576a654 100644 --- a/tasks/section_2/cis_2.3.x.yml +++ b/tasks/section_2/cis_2.3.x.yml @@ -50,7 +50,7 @@ name: ftp state: absent when: - - not rhel9cis_tftp_client + - not rhel9cis_ftp_client - "'ftp' in ansible_facts.packages" - rhel9cis_rule_2_3_4 tags: