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

A few changes

parent 9b26a10b
No related branches found
No related tags found
No related merge requests found
...@@ -29,3 +29,9 @@ ...@@ -29,3 +29,9 @@
dest: "{{ item.path | regex_replace('dotfiles/_', '.') }}" dest: "{{ item.path | regex_replace('dotfiles/_', '.') }}"
state: link state: link
with_items: "{{ dotfiles.files }}" with_items: "{{ dotfiles.files }}"
- name: Install rst2ctags.py
get_url:
url: https://raw.githubusercontent.com/jszakmeister/rst2ctags/master/rst2ctags.py
dest: ~/bin/rst2ctags.py
mode: 0700
--- ---
ubuntu_packages: ubuntu_packages:
- ubuntu-desktop - ubuntu-desktop
- exuberant-ctags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment