mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +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
|
||||
- pacman -S retext
|
||||
- add yay -S calibre
|
||||
- add yay -S qbittorrent
|
||||
- add yay -S zoom
|
||||
- add obs-studios
|
||||
|
@ -20,3 +20,11 @@
|
||||
- Software
|
||||
- Downloads
|
||||
- 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