Fix hyprhelpr permissions
This commit is contained in:
parent
28a08ec28e
commit
75e0039a90
|
@ -58,4 +58,4 @@
|
||||||
- name: Make "~/.local/bin/hyprhelpr" executable
|
- name: Make "~/.local/bin/hyprhelpr" executable
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
dest: "{{ ansible_env.HOME }}/.local/bin/hyprhelpr"
|
dest: "{{ ansible_env.HOME }}/.local/bin/hyprhelpr"
|
||||||
mode: "og+x"
|
mode: "ug+x"
|
Loading…
Reference in a new issue