mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-06 07:18:14 +00:00
lint: fixes
This commit is contained in:
parent
30142464c5
commit
710ac7e69a
9 changed files with 9 additions and 12 deletions
|
|
@ -7,4 +7,3 @@
|
|||
- python3-github3py
|
||||
- python3-rpm
|
||||
state: latest
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -11,4 +11,3 @@
|
|||
name:
|
||||
- hyprland
|
||||
state: latest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue