From 358fa2c9b1793731ef2da1df1d90dda10f1dc2c1 Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 14 Nov 2024 17:44:56 +0100 Subject: [PATCH] bitwarden --- playbooks/update_ssh_keys.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/update_ssh_keys.yml b/playbooks/update_ssh_keys.yml index 66c2606..8025e81 100644 --- a/playbooks/update_ssh_keys.yml +++ b/playbooks/update_ssh_keys.yml @@ -26,9 +26,9 @@ - name: Ensure we have our own comment added to /etc/services ansible.builtin.lineinfile: - path: "cat {{ ansible_env.HOME }}/.ssh/authorized_keys" + path: "{{ 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') }}" \ No newline at end of file