bitwarden

This commit is contained in:
jaydee 2024-11-14 18:38:34 +01:00
parent 9e411099d6
commit 383428748e

View File

@ -29,7 +29,4 @@
path: "{{ ansible_env.HOME }}/.ssh/authorized_keys" path: "{{ ansible_env.HOME }}/.ssh/authorized_keys"
line: "{{ key.stdout }}" line: "{{ key.stdout }}"
create: yes create: yes
- name: Print
ansible.builtin.debug:
msg: "the value of foo.txt is {{ lookup('ansible.builtin.file', '/home/jd/.ssh/id_rsa.pub') }}"