Migrate to collections
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: Copy local ssh key to authorized keys file
|
- name: Copy local ssh key to authorized keys file
|
||||||
authorized_key:
|
ansible.posix.authorized_key:
|
||||||
user: "{{ os_user.name }}"
|
user: "{{ os_user.name }}"
|
||||||
key: "{{ item }}"
|
key: "{{ item }}"
|
||||||
loop: "{{ os_user.ssh_auth_keys }}"
|
loop: "{{ os_user.ssh_auth_keys }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user