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 0b156aae59)
This commit is contained in:
Takashi Kajinami 2021-03-24 11:57:03 +09:00
parent ac991db493
commit 01b47a7bc1
1 changed files with 1 additions and 1 deletions

View File

@ -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: