--- - name: Verify hosts: all gather_facts: false tasks: - name: Docker hello world container community.docker.docker_container: name: hello-world image: hello-world detach: false cleanup: true register: docker_hello_world