You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: "2.2.16 | PATCH | Ensure nfs-utils is not installed or the nfs-server service is masked | mask service"
ansible.builtin.systemd:
name: nfs-server
masked: true
state: stopped
when:
- rhel9cis_use_nfs_server
- not rhel9cis_use_nfs_service
Actual Behavior
- name: "2.2.16 | PATCH | Ensure nfs-utils is not installed or the nfs-server service is masked | mask service"
ansible.builtin.systemd:
name: nfs-server
masked: true
state: stopped
when:
- not rhel9cis_use_nfs_server
- rhel9cis_use_nfs_service
Control(s) Affected
2.2.16
Environment (please complete the following information):
branch being used: [e.g. devel]
Possible Solution
PR afterwards.
The text was updated successfully, but these errors were encountered:
This Issue has been merged to devel and into main branch. I will therefore close this issue.
Please feel free to reopen if you feel its not as expected.
Describe the Issue
The way I understood rules 2.2.16, 2.2.17 and 2.2.18 is this one:
Expected Behavior (similar with 2.2.17 or 2.2.18)
Actual Behavior
Control(s) Affected
2.2.16
Environment (please complete the following information):
Possible Solution
PR afterwards.
The text was updated successfully, but these errors were encountered: