bitwarden

This commit is contained in:
jaydee 2024-11-14 17:57:34 +01:00
parent 50f8267914
commit 9e411099d6

View File

@ -28,6 +28,7 @@
ansible.builtin.lineinfile:
path: "{{ ansible_env.HOME }}/.ssh/authorized_keys"
line: "{{ key.stdout }}"
create: yes
- name: Print
ansible.builtin.debug: