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