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:
@@ -25,7 +25,7 @@
|
|||||||
container_onboot: 1
|
container_onboot: 1
|
||||||
container_protection: 0
|
container_protection: 0
|
||||||
container_unprivileged: 1
|
container_unprivileged: 1
|
||||||
container_pubkey: "{{ ssh_public_keys }}"
|
container_pubkey: "{{ ssh_public_keys[0] }}"
|
||||||
container_tags:
|
container_tags:
|
||||||
- ansible_managed
|
- ansible_managed
|
||||||
- test
|
- test
|
||||||
|
|||||||
Reference in New Issue
Block a user