fix(ansible): use canonical authorized_key module

This commit is contained in:
pasogott 2026-02-04 09:30:16 +01:00
parent 04e079b505
commit 213ab67da1

View File

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