Add tripleo-container-image-show that will return the container details. Change-Id: I6aa82fba2d555ea1be831bc672ce79d0e21a296e
8 lines
162 B
YAML
8 lines
162 B
YAML
---
|
|
- hosts: localhost
|
|
remote_user: root
|
|
roles:
|
|
- tripleo-container-image-show
|
|
vars:
|
|
tripleo_container_image_show_image: docker.io/library/centos:7
|