--- - name: 'restart container' lxc_container: name: '{{ vm_name }}' state: 'restarted' register: container_restart ...