This website works better with JavaScript.
Home
Explore
Get Started
openstack
/
tripleo-ansible
Code
Issues
Proposed changes
Browse Source
Merge "Switch off of docker.io for testing"
changes/74/770674/1
Zuul
3 months ago
committed by
Gerrit Code Review
parent
ae8332476b
83706a92c5
commit
aa17998008
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
tripleo_ansible/roles/tripleo_podman/molecule/default/prepare.yml
+ 2
- 2
tripleo_ansible/roles/tripleo_podman/molecule/default/prepare.yml
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:
Write
Preview
Loading…
Cancel
Save