Skip to content
Snippets Groups Projects
Commit cf7df2e3 authored by Jens Heidbüchel's avatar Jens Heidbüchel
Browse files

Fix rst2ctags.py file permissions

parent a5e38b15
No related branches found
No related tags found
No related merge requests found
...@@ -15,10 +15,10 @@ ...@@ -15,10 +15,10 @@
./install.py ./install.py
chdir={{ansible_env.HOME}}/.vim/bundle/YouCompleteMe chdir={{ansible_env.HOME}}/.vim/bundle/YouCompleteMe
- name: Get rst2ctags for vim tagbar - name: Get rst2ctags.py for vim tagbar
get_url: > get_url: >
url=https://raw.githubusercontent.com/jszakmeister/rst2ctags/master/rst2ctags.py url=https://raw.githubusercontent.com/jszakmeister/rst2ctags/master/rst2ctags.py
dest={{ansible_env.HOME}}/bin/rst2ctags.py dest={{ansible_env.HOME}}/bin/rst2ctags.py
mode="0644" mode="0755"
### END PREPARE VIM ### END PREPARE VIM
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
- Prepare vim - Prepare vim
- Install vim plugins - Install vim plugins
- Postprocess vim YCM - Postprocess vim YCM
- Get rst2ctags for vim tagbar - Get rst2ctags.py for vim tagbar
- name: Link dot files - name: Link dot files
file: src={{item.value.src}} dest={{item.value.dest}} file: src={{item.value.src}} dest={{item.value.dest}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment