fix: change mode on mount folders
This commit is contained in:
parent
a2717fd446
commit
bf15d49fe8
@ -52,7 +52,6 @@
|
|||||||
file:
|
file:
|
||||||
path: "{{item.value.mount}}"
|
path: "{{item.value.mount}}"
|
||||||
state: directory
|
state: directory
|
||||||
mode: 0777
|
|
||||||
with_dict: "{{ systemd_mounts }}"
|
with_dict: "{{ systemd_mounts }}"
|
||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
@ -81,4 +80,4 @@
|
|||||||
when: item.value.automount is defined and item.value.automount == true and item.key in systemd_mounts_enabled
|
when: item.value.automount is defined and item.value.automount == true and item.key in systemd_mounts_enabled
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user