- name: Add YubiKey SSH Key ansible.posix.authorized_key: user: fern state: present key: "{{ lookup('file', '/home/fern/.ssh/id_ed25519_sk.pub') }}"