chore 📦: Update setupacdc.yml to include debug logging

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.
This commit is contained in:
2025-11-04 19:06:26 +01:00
parent a2deff2d43
commit 08c9123c76

View File

@@ -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 }} \