Migrate to collections
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user