zuul-jobs/test-playbooks/registry/buildset-registry-k8s-docke...

9 lines
258 B
YAML

- hosts: all
tasks:
- name: Describe dockertest pod
command: kubectl describe pod/dockertest
ignore_errors: true
- name: Describe upstream-dockertest pod
command: kubectl describe pod/upstream-dockertest
ignore_errors: true