FEATURE: makes sure that scope.sh script in ranger config dir is executable

This commit is contained in:
2026-08-14 19:47:47 +04:00
parent 48bbd06cf8
commit fac6b3db79
+7
View File
@@ -23,6 +23,13 @@
group: max group: max
mode: u=rw,g=r,o-rwx mode: u=rw,g=r,o-rwx
- name: Make sure ~/.config/ranger/scope.sh is executable
ansible.builtin.file:
path: /home/max/.config/ranger/scope.sh
owner: max
group: max
mode: u=rwx,g=rx,o-rwx
- name: Configure neovim, by pushing the config - name: Configure neovim, by pushing the config
ansible.builtin.copy: ansible.builtin.copy:
src: "{{ role_path }}/files/nvim_config/" src: "{{ role_path }}/files/nvim_config/"