4
0
Fork 0

added fix for issue #30

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-02-20 14:16:15 +00:00
parent a28c0531ee
commit b9b283fd52
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9
2 changed files with 8 additions and 1 deletions

View file

@ -26,6 +26,9 @@
owner: root
group: root
mode: "{{ item.mode }}"
state: touch
modification_time: preserve
acess_time: preserve
loop:
- { path: 'grub.cfg', mode: '0700' }
- { path: 'grubenv', mode: '0600' }