style 💎: Update container pubkey to use first key from list

Changed the way the container public key is set in setupacdc.yml, now it uses the first key from the ssh_public_keys list instead of all keys. This change improves consistency and reduces potential security risks.
This commit is contained in:
2025-11-02 10:10:17 +01:00
parent 8fb2503018
commit da956e8ddd

View File

@@ -25,7 +25,7 @@
container_onboot: 1
container_protection: 0
container_unprivileged: 1
container_pubkey: "{{ ssh_public_keys }}"
container_pubkey: "{{ ssh_public_keys[0] }}"
container_tags:
- ansible_managed
- test