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 - .bashrc
- .zshrc - .zshrc
- .vimrc - .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"

View File

@@ -80,9 +80,9 @@
mode: 0644 mode: 0644
## Helper Functions for Status Bar ## ## Status Bar ##
- name: Workstation | Linux | Software | DWM | Status Bar Functions - name: Workstation | Linux | Software | DWM | Status Bar Function
copy: copy:
src: "{{ item }}" src: "{{ item }}"
dest: "{{ global_bin }}" dest: "{{ global_bin }}"