remove a duplicate variable

This commit is contained in:
Andreas Zweili 2021-08-30 17:49:06 +02:00
parent 528d5a98e7
commit 834bdc6356
2 changed files with 1 additions and 2 deletions

View File

@ -62,7 +62,7 @@
- name: "Copy the MPV config"
copy:
src: "mpv_input.conf"
dest: "/home/{{ user }}/.config/mpv/input.conf"
dest: "/home/{{ desktop_user }}/.config/mpv/input.conf"
- name: "Install snap packages"
snap:

View File

@ -40,4 +40,3 @@ pip_packages:
snap_packages:
- telegram-desktop
user: andreas