From 83c08fd38dc535a5705dbbb84f45dc7fbef7c224 Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 14 Nov 2024 17:35:53 +0100 Subject: [PATCH] bitwarden --- playbooks/update_ssh_keys.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/update_ssh_keys.yml b/playbooks/update_ssh_keys.yml index 82730cf..8c36b5a 100644 --- a/playbooks/update_ssh_keys.yml +++ b/playbooks/update_ssh_keys.yml @@ -19,4 +19,4 @@ mode: '0600' - name: Print ansible.builtin.debug: - msg: "the value of foo.txt is {{ lookup('ansible.builtin.file', '~/.ssh/id_rsa.pub') }}" \ No newline at end of file + msg: "the value of foo.txt is {{ lookup('ansible.builtin.file', '$HOME/.ssh/id_rsa.pub') }}" \ No newline at end of file