fix: remove u2f keys symlink creation from Ansible tasks
All checks were successful
Nix Format Check / check-format (pull_request) Successful in 38s

This commit is contained in:
2025-01-20 23:43:46 +01:00
parent 55957a52f6
commit 4024c2be7e

View File

@@ -32,16 +32,6 @@
homeserver-pc: "~/dotfiles/config/git/gitconfig.linux"
wsl: "~/dotfiles/config/git/gitconfig.wsl"
- name: Create u2f keys symlink
ansible.builtin.file:
src: "{{ item | replace('~', user_home) }}"
dest: "{{ user_home }}/.config/Yubico/u2f_keys"
state: link
force: yes
follow: false
loop:
- "~/dotfiles/config/Yubico/u2f_keys"
- name: Create SSH authorized_keys symlink
ansible.builtin.file:
src: "{{ authorized_keys_mapping[hostname] | replace('~', user_home) }}"