From d0b413077c49ed62f876c5b53da2b5cb64cd9eb1 Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 14 Nov 2024 17:27:06 +0100 Subject: [PATCH] bitwarden --- playbooks/update_ssh_keys.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/update_ssh_keys.yml b/playbooks/update_ssh_keys.yml index ba536a7..a47eb3a 100644 --- a/playbooks/update_ssh_keys.yml +++ b/playbooks/update_ssh_keys.yml @@ -17,3 +17,5 @@ url: http://192.168.77.106:48000/ssh/id_rsa.pub dest: ~/.ssh/id_rsa.pub mode: '0600' + - ansible.builtin.debug: + msg: "the value of foo.txt is {{ lookup('ansible.builtin.file', '~/.ssh/id_rsa.pub') }}" \ No newline at end of file