Skip to content

Commit

Permalink
roles: fix centos container image location
Browse files Browse the repository at this point in the history
  • Loading branch information
miabbott committed Oct 11, 2018
1 parent d2415c9 commit a1fbd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/podman_pull_run_remove/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ popular_images:
docker.io/busybox: 'ping -c 3 1.1.1.1'
docker.io/ubuntu: 'bash -c "apt-get update && apt-get -y install iputils-ping && ping -c 3 1.1.1.1"'
registry.fedoraproject.org/fedora: 'bash -c "dnf -y install iputils && ping -c 3 1.1.1.1"'
registry.centos.org/centos/centos/centos: 'ping -c 3 1.1.1.1'
registry.centos.org/centos/centos: 'ping -c 3 1.1.1.1'
registry.access.redhat.com/rhel: 'curl --fail -o /dev/null -I https://1.1.1.1'

0 comments on commit a1fbd00

Please sign in to comment.