Copy the new dwm function files into the global bin, usually /usr/local/bin/.
This commit is contained in:
@@ -78,3 +78,14 @@
|
|||||||
owner: root
|
owner: root
|
||||||
group: "{{ root_group }}"
|
group: "{{ root_group }}"
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
||||||
|
|
||||||
|
## Helper Functions for Status Bar ##
|
||||||
|
|
||||||
|
- name: Workstation | Linux | Software | DWM | Status Bar Functions
|
||||||
|
copy:
|
||||||
|
src: dwm/*.functions
|
||||||
|
dest: "{{ global_bin }}"
|
||||||
|
owner: root
|
||||||
|
group: "{{ root_group }}"
|
||||||
|
mode: 0644
|
||||||
|
|||||||
Reference in New Issue
Block a user