Move function files to their own folder. Move the copy to General from Workstation. Leave dwm-status function under Workstation.

This commit is contained in:
2025-11-10 21:37:25 -07:00
parent 91c0a412bf
commit 683e03eab2
5 changed files with 12 additions and 2 deletions

View File

@@ -1173,3 +1173,13 @@
- .bashrc
- .zshrc
- .vimrc
- name: General | Account Management | Users | Files | Helper Functions
copy:
src: "{{ item }}"
dest: "{{ global_bin }}"
owner: root
group: "{{ root_group }}"
mode: 0755
with_fileglob:
- "functions/*.function"