mirror of
https://github.com/samsapti/bachelor-project.git
synced 2024-11-22 04:47:53 +00:00
Fix task name
This commit is contained in:
parent
e2e77ceb15
commit
2c46b8129f
|
@ -30,7 +30,7 @@
|
||||||
update_password: always
|
update_password: always
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Add public SSH key to user {{ username }}
|
- name: Add public SSH keys to user {{ username }}
|
||||||
ansible.posix.authorized_key:
|
ansible.posix.authorized_key:
|
||||||
user: "{{ username }}"
|
user: "{{ username }}"
|
||||||
key: "{{ ssh_keys | join('\n') }}"
|
key: "{{ ssh_keys | join('\n') }}"
|
||||||
|
|
Loading…
Reference in a new issue