fix: remove u2f keys symlink creation from Ansible tasks
All checks were successful
Nix Format Check / check-format (pull_request) Successful in 38s
All checks were successful
Nix Format Check / check-format (pull_request) Successful in 38s
This commit is contained in:
parent
55957a52f6
commit
4024c2be7e
@ -32,16 +32,6 @@
|
|||||||
homeserver-pc: "~/dotfiles/config/git/gitconfig.linux"
|
homeserver-pc: "~/dotfiles/config/git/gitconfig.linux"
|
||||||
wsl: "~/dotfiles/config/git/gitconfig.wsl"
|
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
|
- name: Create SSH authorized_keys symlink
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
src: "{{ authorized_keys_mapping[hostname] | replace('~', user_home) }}"
|
src: "{{ authorized_keys_mapping[hostname] | replace('~', user_home) }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user