Switch off of docker.io for testing

Let's use the ubi8 container instead of centos:8

Change-Id: I5985c8c3db90024a99e1d55d466b46076be6857a
(cherry picked from commit 83706a92c5)
This commit is contained in:
Alex Schultz 2021-01-12 12:23:39 -07:00
parent 5d9aa6eb35
commit f6fb06dd43
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: