Still thinking of rewording line 2. Modify spacing.

This commit is contained in:
2025-11-10 15:05:42 -07:00
parent 8970bb3a1b
commit 46d1bfb70e

View File

@@ -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"