Fixing typo for 'access_time' in tasks/section_1/cis_1.4.x.yml

This commit is contained in:
Fahad Yousuf 2023-02-25 20:22:31 +03:00
parent a58e3ff0d6
commit 10143a873d

View file

@ -28,7 +28,7 @@
mode: "{{ item.mode }}"
state: touch
modification_time: preserve
acess_time: preserve
access_time: preserve
loop:
- { path: 'grub.cfg', mode: '0700' }
- { path: 'grubenv', mode: '0600' }