Move Sublime settings into a role

This commit is contained in:
Oliver Davies 2016-03-17 22:18:06 +00:00
parent 6eb4a6b67c
commit c55617a73c
4 changed files with 53 additions and 1 deletions

View file

@ -0,0 +1,6 @@
---
- name: Copy configuration files into place.
copy:
src: "{{ item }}"
dest: "{{ sublime_path }}/Packages/User"
with_fileglob: "files/Packages/User/*"