Still thinking of rewording line 2. Modify spacing.
This commit is contained in:
@@ -84,8 +84,10 @@
|
|||||||
|
|
||||||
- name: Workstation | Linux | Software | DWM | Status Bar Functions
|
- name: Workstation | Linux | Software | DWM | Status Bar Functions
|
||||||
copy:
|
copy:
|
||||||
src: dwm/*.functions
|
src: "{{ item }}"
|
||||||
dest: "{{ global_bin }}"
|
dest: "{{ global_bin }}"
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ root_group }}"
|
group: "{{ root_group }}"
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
with_fileglob:
|
||||||
|
- "dwm/*.function"
|
||||||
|
|||||||
Reference in New Issue
Block a user