bitwarden

This commit is contained in:
jaydee 2024-11-14 17:45:22 +01:00
parent 358fa2c9b1
commit 74427b8998

View File

@ -27,7 +27,7 @@
- name: Ensure we have our own comment added to /etc/services - name: Ensure we have our own comment added to /etc/services
ansible.builtin.lineinfile: ansible.builtin.lineinfile:
path: "{{ ansible_env.HOME }}/.ssh/authorized_keys" path: "{{ ansible_env.HOME }}/.ssh/authorized_keys"
line: key.stdout line: "{{ key.stdout }}"
- name: Print - name: Print
ansible.builtin.debug: ansible.builtin.debug: