fix(ansible): use canonical authorized_key module
This commit is contained in:
parent
04e079b505
commit
213ab67da1
@ -66,7 +66,7 @@
|
||||
mode: '0700'
|
||||
|
||||
- name: Add SSH authorized keys for clawdbot user
|
||||
ansible.builtin.authorized_key:
|
||||
ansible.posix.authorized_key:
|
||||
user: clawdbot
|
||||
state: present
|
||||
key: "{{ item }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user