vim: Allow install task to fail, fix copy task for colorscheme

This commit is contained in:
Johanna Dorothea Reichmann 2019-05-26 19:49:27 +02:00
parent 95fd08b44a
commit 7e2a5118ec
No known key found for this signature in database
GPG Key ID: 03624C433676E465
3 changed files with 5 additions and 2 deletions

Binary file not shown.

View File

@ -4,8 +4,11 @@
package:
name: vim
state: present
become: true
become_user: root
ignore_errors: yes
- name.: Ensure ~/.vim/colors folder exists
- name: Ensure ~/.vim/colors folder exists
file:
path: ~/.vim/colors
state: directory
@ -13,7 +16,7 @@
- name: Copy kuroi color scheme
copy:
src: kuroi.vim.j2
src: kuroi.vim
dest: ~/.vim/colors/kuroi.vim
- name: Template vim config