From 08c9123c76a762ab8a64f6e90800e7bc2e683eed Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 4 Nov 2025 19:06:26 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20to=20include=20debug=20logging?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added a new debug log statement to the setupacdc.yml file, allowing for more detailed output during container creation. This change enables users to see the value of the container_password variable in the logs. The update also includes minor formatting adjustments to improve readability. --- tasks/setupacdc.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 2852c75..1ef1780 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -41,6 +41,13 @@ {% endfor %} mode: '0644' + - name: debug + # Comment + ansible.builtin.debug: + msg: "Hello world! {{ container_password }}" + verbosity: 0 + + - name: Create LXC container {{ container_hostname }} with id {{ container_id }} using pct command on shell ansible.builtin.shell: | pct create {{ container_id }} {{ container_template }} \