Skip to content

Commit

Permalink
Merge pull request #138 from siemens/siemens/feat/2.3.4_fixConditional
Browse files Browse the repository at this point in the history
Using correct conditional for ftpd
  • Loading branch information
uk-bolly authored Dec 13, 2023
2 parents 779c90e + cd04537 commit 82d1c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/section_2/cis_2.3.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 82d1c2b

Please sign in to comment.