feat: add WSL2 1Password SSH Agent bridge setup and update README with instructions
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user