install stramdeck

This commit is contained in:
L3D 2021-12-26 20:12:22 +01:00
parent a70154e3f2
commit 301f1038cc
Signed by: l3d
GPG key ID: CD08445BFF4313D1
4 changed files with 7 additions and 0 deletions

2
.gitignore vendored
View file

@ -22,3 +22,5 @@ tags
# ---> Ansible
*.retry
# Notes
notes/

3
.gitmodules vendored
View file

@ -16,3 +16,6 @@
[submodule "roles/do1jlr.win_synologydrive"]
path = roles/do1jlr.win_synologydrive
url = https://backwesen.de/voc/win_ansible_role_synologydrive.git
[submodule "roles/do1jlr.win_streamdeck"]
path = roles/do1jlr.win_streamdeck
url = https://backwesen.de/voc/win_ansible_role_streamdeck.git

@ -0,0 +1 @@
Subproject commit dbcd157bad72e30aba232b2a634acc4cf4724a22

View file

@ -8,4 +8,5 @@
- {role: do1jlr.win_obs_setup, tags: [user, obs]}
- {role: do1jlr.win_parsec, tags: parsec}
- {role: do1jlr.win_synologydrive, tags: [synology, nas, synologydrive]}
- {role: do1jlr.win_streamdeck, tags: streamdeck}
- {role: do1jlr.win_remove_win_apps, tags: cleanup}