Using the lxc-container-create playbook,  how to. create a container with a  specific name and specific release ?

openstack-ansible  lxc-containers-create.yml  -e "container_name=testing"  -e "lxc_container_distribution=ubuntu"   -e "lxc_container_release=jammy"  --limit 'test'

is throwing an error. it is trying to attach to the 'testing' container when it does not exist in the first place. I want the playbook to create one with that name ? So, what's the workaround ?

---
module_stderr": "lxc-attach: testing: attach.c: get_attach_context: 405 Connection refused - Failed to get init pid\nlxc-attach: testing: attach.c: lxc_attach: 1469 Connection refused - Failed to get attach context\n",
    "module_stdout": "",
    "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error",
----