mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 04:22:18 +08:00
thats not going to work, just switch to podman pull
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user