Create function files as executable.
This commit is contained in:
@@ -88,6 +88,6 @@
|
|||||||
dest: "{{ global_bin }}"
|
dest: "{{ global_bin }}"
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ root_group }}"
|
group: "{{ root_group }}"
|
||||||
mode: 0644
|
mode: 0755
|
||||||
with_fileglob:
|
with_fileglob:
|
||||||
- "dwm/*.function"
|
- "dwm/*.function"
|
||||||
|
|||||||
Reference in New Issue
Block a user