mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 14:23:05 +00:00
Masking service when server package is needed
Signed-off-by: Ionut Pruteanu <ionut.pruteanu@siemens.com>
This commit is contained in:
parent
8405e67db2
commit
9d988b483f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue