diff --git a/playbooks/update_ssh_keys.yml b/playbooks/update_ssh_keys.yml index 8c36b5a..41b188a 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', '$HOME/.ssh/id_rsa.pub') }}" \ No newline at end of file + msg: "the value of foo.txt is {{ lookup('ansible.builtin.file', '/home/jd/.ssh/id_rsa.pub') }}" \ No newline at end of file