github.com/noironetworks/cilium-net@v1.6.12/contrib/ansible/roles/docker/tasks/docker_test.yml (about) 1 --- 2 3 - name: Test docker 4 shell: docker run hello-world 5 register: hello 6 7 - name: Print docker output 8 debug: var=hello.stdout_lines