quickshell installs fix

This commit is contained in:
ProgramSnail 2025-08-22 20:02:47 +03:00
parent 28a5aa09af
commit 4293f662e7

View file

@ -61,7 +61,6 @@
- name: Installing dgop (sensors data utility) {{ dgop_version.tag }}
become: true
ansible.builtin.get_url:
remote_src: true
url: "https://github.com/AvengeMedia/dgop/releases/download/{{ dgop_version.tag }}/dgop-{{ dgop_version.tag }}-linux-amd64"
dest: "/usr/bin/dgop" # TODO: user local install (?)
mode: a+x