Added dump folder

This commit is contained in:
Kevin Veen-Birkenbach 2023-03-24 10:18:07 +01:00
parent c92c46af31
commit 077f449c13
2 changed files with 9 additions and 0 deletions

View File

@ -11,6 +11,7 @@ ansible-galaxy collection install -r requirements.yml
# Todo # Todo
- pacman -S retext - pacman -S retext
- add yay -S calibre
- add yay -S qbittorrent - add yay -S qbittorrent
- add yay -S zoom - add yay -S zoom
- add obs-studios - add obs-studios

View File

@ -20,3 +20,11 @@
- Software - Software
- Downloads - Downloads
- Workspaces - Workspaces
- name: Link dump folder
ansible.builtin.file:
src: "{{cloud_directory}}InstantUpload"
dest: "{{user_home_directory}}Dump"
owner: "{{client_username}}"
group: "{{client_username}}"
state: link