feat: add WSL2 1Password SSH Agent bridge setup and update README with instructions
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 25s
Nix Format Check / check-format (push) Failing after 1m27s
Python Lint Check / check-python (push) Failing after 21s

This commit is contained in:
2025-07-16 01:40:38 +02:00
parent c8024b36b4
commit 7dba151053
5 changed files with 88 additions and 1 deletions

View File

@@ -49,6 +49,10 @@
state: present
become: true
- name: Include WSL2 tasks
ansible.builtin.import_tasks: tasks/global/wsl.yml
when: "'microsoft-standard-WSL2' in ansible_kernel"
- name: Include Utils tasks
ansible.builtin.import_tasks: tasks/global/utils.yml
become: true