mirror of
https://github.com/kevinveenbirkenbach/client-playbook.git
synced 2024-11-21 22:51:07 +01:00
Added dump folder
This commit is contained in:
parent
c92c46af31
commit
077f449c13
@ -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
|
||||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user