From fc0980442f46886568ac7675b011de2719a2e694 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 24 Mar 2021 11:57:03 +0900 Subject: [PATCH] Do not update podman during deployment Generally speaking we don't expect any package is updated during deployment. What is worse, we have experienced several issues caused by change in podman, thus we should be very careful about the timing when we update it. This change ensures that the podman package is not updated by deployment so that it is updated only by proper minor update steps. Closes-Bug: #1921069 Change-Id: I1f88b982ecb9a94b45e194691d1ce629df3f9aa7 (cherry picked from commit 0b156aae59849eb479158c98df0175ded108cb7c) (cherry picked from commit 01b47a7bc15597be2f26db158fbda71af837a74e) (cherry picked from commit 458e1b393ead12a189e08c087c66d99877086e04) --- .../roles/tripleo-podman/tasks/tripleo_podman_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripleo_ansible/roles/tripleo-podman/tasks/tripleo_podman_install.yml b/tripleo_ansible/roles/tripleo-podman/tasks/tripleo_podman_install.yml index 27e4fe085..700d011cc 100644 --- a/tripleo_ansible/roles/tripleo-podman/tasks/tripleo_podman_install.yml +++ b/tripleo_ansible/roles/tripleo-podman/tasks/tripleo_podman_install.yml @@ -24,7 +24,7 @@ - name: ensure podman and deps are installed package: name: "{{ tripleo_podman_packages }}" - state: latest + state: present - name: Ensure we get the ansible interfaces facts when: