1
0
Fork 0
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:
Sam A. 2023-04-19 18:50:51 +02:00
parent e2e77ceb15
commit 2c46b8129f
Signed by: samsapti
GPG key ID: CBBBE7371E81C4EA

View file

@ -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') }}"