thats not going to work, just switch to podman pull
This commit is contained in:
parent
53913e32c3
commit
e7bf1a2b8e
1 changed files with 2 additions and 4 deletions
|
@ -50,16 +50,14 @@
|
||||||
package: name={{item}} state=present
|
package: name={{item}} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- podman
|
- podman
|
||||||
- python2-docker-py
|
|
||||||
tags:
|
tags:
|
||||||
- mirrorlist_proxy
|
- mirrorlist_proxy
|
||||||
|
|
||||||
- name: Pull mirrorlist image
|
- name: Pull mirrorlist image
|
||||||
docker_image:
|
command: podman pull -q "{{ mirrorlist_container_image }}"
|
||||||
name: "{{ mirrorlist_container_image }}"
|
|
||||||
tls_verify: true
|
|
||||||
tags:
|
tags:
|
||||||
- mirrorlist_proxy
|
- mirrorlist_proxy
|
||||||
|
check_mode: no
|
||||||
|
|
||||||
# We deploy two service files. Both listen on a different port, so that we can switch
|
# 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.
|
# them out as part of the pkl deployment without having any local downtime.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue