diff --git a/roles/update_configs/tasks/main.yaml b/roles/update_configs/tasks/main.yaml index 6c96394..a83af99 100644 --- a/roles/update_configs/tasks/main.yaml +++ b/roles/update_configs/tasks/main.yaml @@ -23,6 +23,13 @@ group: max 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 ansible.builtin.copy: src: "{{ role_path }}/files/nvim_config/"