diff --git a/playbooks/update_ssh_keys.yml b/playbooks/update_ssh_keys.yml index 32901d3..178e0bf 100644 --- a/playbooks/update_ssh_keys.yml +++ b/playbooks/update_ssh_keys.yml @@ -17,6 +17,6 @@ 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 + - 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