Fix file path to /etc/group

Signed-off-by: Igor Šobot <igor.sobot@fra.me>
This commit is contained in:
Igor Šobot 2023-09-07 14:40:25 +02:00
parent f683323262
commit 371a797516
No known key found for this signature in database
GPG key ID: 37C04CA1B7EBD230

View file

@ -32,7 +32,7 @@
- name: "6.1.3 | PATCH | Ensure permissions on /etc/group are configured" - name: "6.1.3 | PATCH | Ensure permissions on /etc/group are configured"
ansible.builtin.file: ansible.builtin.file:
path: /etc/group- path: /etc/group
owner: root owner: root
group: root group: root
mode: 0644 mode: 0644