chore 📦: Update setupacdc.yml to use default public key

Updated the `container_pubkey` setting in `tasks/setupacdc.yml` to utilize the default public key provided by Ansible, eliminating the need for manual configuration of the SSH public key.
This commit is contained in:
2025-11-02 10:07:05 +01:00
parent 82b4bd3e9c
commit 8fb2503018

View File

@@ -25,7 +25,7 @@
container_onboot: 1
container_protection: 0
container_unprivileged: 1
container_pubkey: "{{ lookup('file', '~/.ssh/id_rsa.pub') }}"
container_pubkey: "{{ ssh_public_keys }}"
container_tags:
- ansible_managed
- test