diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 06749dd..a3c05c8 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -33,7 +33,7 @@ tasks: - - name: Create LXC container using pct command on shell + - name: Create LXC container {{ container_hostname }} with id {{ container_id }} using pct command on shell ansible.builtin.shell: | pct create {{ container_id }} {{ container_template }} \ -ostype {{ container_ostype }} \