github.com/imran-kn/cilium-fork@v1.6.9/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