Move Zed config to Ansible template with 1Password secrets
Some checks failed
Ansible Lint Check / check-ansible (push) Successful in 4s
Nix Format Check / check-format (push) Successful in 1m7s
Python Lint Check / check-python (push) Failing after 6s

This commit is contained in:
2025-09-24 16:10:44 +02:00
parent e5723e0964
commit d33f367c5f
4 changed files with 41 additions and 4 deletions

View File

@@ -4,6 +4,9 @@
- name: Include workstation symlinks tasks
ansible.builtin.import_tasks: tasks/workstations/symlinks.yml
- name: Include Zed configuration tasks
ansible.builtin.import_tasks: tasks/workstations/zed.yml
- name: Include workstation cliphist tasks
ansible.builtin.import_tasks: tasks/workstations/cliphist.yml
when: "'microsoft-standard-WSL2' not in ansible_kernel"