Merge "Switch off of docker.io for testing"

This commit is contained in:
Zuul 2021-01-13 18:49:30 +00:00 committed by Gerrit Code Review
commit aa17998008
1 changed files with 2 additions and 2 deletions

View File

@ -36,12 +36,12 @@
post_tasks:
- name: pull an image
podman_image:
name: centos:8
name: "ubi8:latest"
- name: Create a data container
podman_container:
name: "{{ item }}"
image: centos:8
image: "ubi8:latest"
detach: true
command: sleep 1d
with_items: