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
copy:
src: dwm/*.functions
src: "{{ item }}"
dest: "{{ global_bin }}"
owner: root
group: "{{ root_group }}"
mode: 0644
with_fileglob:
- "dwm/*.function"