Always quote the filesystem permissions
Change-Id: If221aae8a6cbf99bd0892e198eeb7d141d4ffa44
This commit is contained in:
parent
dc194a1ac4
commit
91f19e9eb3
@ -84,7 +84,7 @@
|
|||||||
- name: set bootloader file permissions after updating grub config
|
- name: set bootloader file permissions after updating grub config
|
||||||
file:
|
file:
|
||||||
path: "{{ grub_config_file_boot }}"
|
path: "{{ grub_config_file_boot }}"
|
||||||
mode: 0644
|
mode: "0644"
|
||||||
|
|
||||||
- name: dconf update
|
- name: dconf update
|
||||||
command: dconf update
|
command: dconf update
|
||||||
|
Loading…
Reference in New Issue
Block a user