diff --git a/playbooks/update_ssh_keys.yml b/playbooks/update_ssh_keys.yml index 7ec26bf..37e0c9c 100644 --- a/playbooks/update_ssh_keys.yml +++ b/playbooks/update_ssh_keys.yml @@ -29,7 +29,4 @@ path: "{{ ansible_env.HOME }}/.ssh/authorized_keys" line: "{{ key.stdout }}" create: yes - - - 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 + \ No newline at end of file