mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-25 14:43:06 +00:00
Merge pull request #138 from siemens/siemens/feat/2.3.4_fixConditional
Using correct conditional for ftpd
This commit is contained in:
commit
82d1c2bdfb
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