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:
@@ -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 }} \
|
||||
|
||||
Reference in New Issue
Block a user