This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
macos-provisioning/tasks/sublime.yml

11 lines
311 B
YAML

---
- name: Ensure that the Sublime directory exists.
file:
path: "{{ sublime_path }}/Packages/User"
state: directory
- name: Copy Sublime Text configuration files into place.
copy:
src: "{{ item }}"
dest: "{{ sublime_path }}/Packages/User"
with_fileglob: "files/sublime/Packages/User/*"