Migrate to collections

This commit is contained in:
Emmanouil Kampitakis
2021-05-21 16:22:14 +02:00
parent ad803dfa07
commit 6b398a83fb

View File

@@ -10,7 +10,7 @@
become: true
- name: Copy local ssh key to authorized keys file
authorized_key:
ansible.posix.authorized_key:
user: "{{ os_user.name }}"
key: "{{ item }}"
loop: "{{ os_user.ssh_auth_keys }}"