From 8fb2503018213e62268f9455afb17624bd4be8cb Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 2 Nov 2025 10:07:05 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20to=20use=20default=20public=20key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 3451425..6b26596 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -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