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/roles/sublime/tasks/main.yml

6 lines
165 B
YAML

---
- name: Copy configuration files into place.
copy:
src: "{{ item }}"
dest: "{{ sublime_path }}/Packages/User"
with_fileglob: "files/Packages/User/*"