Fix username typo
This commit is contained in:
parent
d61d782f6b
commit
c05891c5ae
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
- name: Add SSH Keys
|
- name: Add SSH Keys
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /home/kansible/.ssh/authorized_keys
|
dest: /home/ansible/.ssh/authorized_keys
|
||||||
line: '{{ item }}'
|
line: '{{ item }}'
|
||||||
with_items:
|
with_items:
|
||||||
- 'ssh-idrsa AAZ1NTE5AAAAIA+ndydG+ddddpdddaabvbumkiuyk7778678676547564563434XwmnYb user@host'
|
- 'ssh-idrsa AAZ1NTE5AAAAIA+ndydG+ddddpdddaabvbumkiuyk7778678676547564563434XwmnYb user@host'
|
||||||
|
|
Loading…
Reference in New Issue