lint: fixes

This commit is contained in:
ProgramSnail 2025-08-22 18:26:22 +03:00
parent 30142464c5
commit 710ac7e69a
9 changed files with 9 additions and 12 deletions

View file

@ -7,4 +7,3 @@
- python3-github3py
- python3-rpm
state: latest

View file

@ -23,13 +23,13 @@
ansible.builtin.file:
path: "{{ ansible_env.HOME }}/.local/share/fonts"
state: directory
# mode: a
mode: a
- name: Downloading material design icons font
ansible.builtin.get_url:
url: "https://github.com/google/material-design-icons/raw/master/variablefont/MaterialSymbolsRounded%5BFILL%2CGRAD%2Copsz%2Cwght%5D.ttf"
dest: "{{ ansible_env.HOME }}/.local/share/fonts/MaterialSymbolsRounded.ttf"
# mode: a
mode: a
force: false
- name: Updating fonts cache
@ -55,8 +55,9 @@
- name: Installing dgop v0.0.9 (sensors data utility)
become: true
ansible.builtin.get_url:
url: "https://github.com/AvengeMedia/dgop/releases/download/v0.0.9/dgop-v0.0.9-linux-amd64"
ansible.builtin.unarchive:
remote_src: true
src: "https://github.com/AvengeMedia/dgop/releases/download/v0.0.9/dgop-v0.0.9-linux-amd64"
dest: "/usr/bin/" # TODO: user local install (?)
mode: a+x
force: true

View file

@ -11,4 +11,3 @@
name:
- hyprland
state: latest