Rename zed.jsonc.j2 to zed.jsonc and fix trailing commas
Some checks failed
Ansible Lint Check / check-ansible (push) Successful in 4s
Nix Format Check / check-format (push) Successful in 1m8s
Python Lint Check / check-python (push) Failing after 5s

This commit is contained in:
2025-09-24 16:12:34 +02:00
parent d33f367c5f
commit c6449affcc
2 changed files with 43 additions and 43 deletions

View File

@@ -13,7 +13,7 @@
- name: Template Zed settings with 1Password secrets
ansible.builtin.template:
src: zed.jsonc.j2
src: zed.jsonc
dest: "{{ user_home }}/.config/zed/settings.json"
mode: "0644"
tags: