Skip to content

Commit

Permalink
Masking service when server package is needed
Browse files Browse the repository at this point in the history
Signed-off-by: Ionut Pruteanu <[email protected]>
  • Loading branch information
ipruteanu-sie committed Dec 7, 2023
1 parent 8405e67 commit 9d988b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/section_2/cis_2.2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@
masked: true
state: stopped
when:
- not rhel9cis_use_nfs_server
- rhel9cis_use_nfs_service
- rhel9cis_use_nfs_server
- not rhel9cis_use_nfs_service
when:
- "'nfs-utils' in ansible_facts.packages"
- rhel9cis_rule_2_2_16
Expand Down

0 comments on commit 9d988b4

Please sign in to comment.