mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-26 06:31:04 +01:00
Added dump folder
This commit is contained in:
parent
49bc0f436c
commit
7b0020b3aa
@ -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