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