--- - name: Start mailu containers command: "docker start {{ docker_containers|join(' ') }}" become: true ignore_errors: true