mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 23:43:06 +00:00
Fixing typo for 'access_time' in tasks/section_1/cis_1.4.x.yml
This commit is contained in:
parent
a58e3ff0d6
commit
10143a873d
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
mode: "{{ item.mode }}"
|
mode: "{{ item.mode }}"
|
||||||
state: touch
|
state: touch
|
||||||
modification_time: preserve
|
modification_time: preserve
|
||||||
acess_time: preserve
|
access_time: preserve
|
||||||
loop:
|
loop:
|
||||||
- { path: 'grub.cfg', mode: '0700' }
|
- { path: 'grub.cfg', mode: '0700' }
|
||||||
- { path: 'grubenv', mode: '0600' }
|
- { path: 'grubenv', mode: '0600' }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue