Merge "Always quote the filesystem permissions"

This commit is contained in:
Zuul 2017-11-13 11:14:20 +00:00 committed by Gerrit Code Review
commit d2548a4b44
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
- name: set bootloader file permissions after updating grub config
file:
path: "{{ grub_config_file_boot }}"
mode: 0644
mode: "0644"
- name: dconf update
command: dconf update