bitwarden

This commit is contained in:
jaydee 2024-11-14 17:44:01 +01:00
parent a8d2bb861b
commit 8d81bf6450

View File

@ -24,6 +24,11 @@
debug:
var: key.stdout
- name: Ensure we have our own comment added to /etc/services
ansible.builtin.lineinfile:
path: "cat {{ ansible_env.HOME }}/.ssh/authorized_keys"
line: key.stdout
- name: Print
ansible.builtin.debug:
msg: "the value of foo.txt is {{ lookup('ansible.builtin.file', '/home/jd/.ssh/id_rsa.pub') }}"