thats not going to work, just switch to podman pull

This commit is contained in:
Kevin Fenzi 2018-12-13 19:55:20 +00:00
parent 53913e32c3
commit e7bf1a2b8e

View file

@ -50,16 +50,14 @@
package: name={{item}} state=present
with_items:
- podman
- python2-docker-py
tags:
- mirrorlist_proxy
- name: Pull mirrorlist image
docker_image:
name: "{{ mirrorlist_container_image }}"
tls_verify: true
command: podman pull -q "{{ mirrorlist_container_image }}"
tags:
- mirrorlist_proxy
check_mode: no
# We deploy two service files. Both listen on a different port, so that we can switch
# them out as part of the pkl deployment without having any local downtime.