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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user