FEATURE: makes sure that scope.sh script in ranger config dir is executable
This commit is contained in:
@@ -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/"
|
||||||
|
|||||||
Reference in New Issue
Block a user