Fixed bugs
Added paru installation Switchted to hyprlock
This commit is contained in:
14
roles/cursor/tasks/main.yml
Normal file
14
roles/cursor/tasks/main.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
- name: "[Cursor] Create config folder"
|
||||
ansible.builtin.file:
|
||||
mode: 0755
|
||||
path: "/usr/share/icons/"
|
||||
state: directory
|
||||
become: true
|
||||
|
||||
- name: "[Cursor] Configure"
|
||||
ansible.builtin.copy:
|
||||
mode: 0755
|
||||
src: "./"
|
||||
dest: "/usr/share/icons/"
|
||||
become: true
|
||||
Reference in New Issue
Block a user