github.com/looshlee/beatles@v0.0.0-20220727174639-742810ab631c/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