--- - name: Ajout des clés SSH pour les administrateurs ansible.posix.authorized_key: user: "{{ item.user }}" state: present key: "{{ item.key }}" comment: "{{ item.comment | default('Admin key') }}" with_items: "{{ admin_ssh_keys | default([]) }}"