forked from ansible-lockdown/RHEL9-CIS
Using correct conditional for ftpd
Signed-off-by: Ionut Pruteanu <ionut.pruteanu@siemens.com>
This commit is contained in:
parent
8405e67db2
commit
cd04537bf1
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
||||||
name: ftp
|
name: ftp
|
||||||
state: absent
|
state: absent
|
||||||
when:
|
when:
|
||||||
- not rhel9cis_tftp_client
|
- not rhel9cis_ftp_client
|
||||||
- "'ftp' in ansible_facts.packages"
|
- "'ftp' in ansible_facts.packages"
|
||||||
- rhel9cis_rule_2_3_4
|
- rhel9cis_rule_2_3_4
|
||||||
tags:
|
tags:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue