commit cd0448f0123337fdf3b64b07aecffce1b24c245a Author: Alex Schultz Date: Mon Sep 21 09:26:00 2020 -0600 Force container fetch If a user uses :latest, the container is not updated when running the podman_image nor is it updated by podman_container. Since podman_container will only pull if the container image doesn't exist, we need to force the container pull here to ensure we get updated containers as part of our deployment and updates processes. Depends-On: https://review.opendev.org/#/c/753026/ Change-Id: Ia16cee016fb1af7b31e0f1c6da1e059221039ca4 Closes-Bug: #1895974 (cherry picked from commit 920c04bab8cb8e3c0c07d7b19c531c186168de1f) diff --git a/deployment/podman/podman-baremetal-ansible.yaml b/deployment/podman/podman-baremetal-ansible.yaml index 6964729..16a3410 100644 --- a/deployment/podman/podman-baremetal-ansible.yaml +++ b/deployment/podman/podman-baremetal-ansible.yaml @@ -148,6 +148,7 @@ outputs: podman_image: name: "{{ prefetch_image }}" validate_certs: false + force: true retries: 5 delay: 5 loop_control: