]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: force rpm pkg upgrade
authorGuillaume Abrioux <gabrioux@ibm.com>
Wed, 22 Mar 2023 15:29:46 +0000 (16:29 +0100)
committerTeoman ONAY <tonay@redhat.com>
Fri, 24 Mar 2023 08:50:07 +0000 (09:50 +0100)
Due to a bug with the rpm version present in the current stream8 vagrant image,
we have to make sure it is first upgraded to the latest version.

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
tests/functional/setup.yml

index 1ec526507b8365e77f79c30b817eb060a308ccd3..e529bbeb13142495d41de30ff2f9f5e3a6c18531 100644 (file)
           #        - ansible_facts['distribution_major_version'] | int > 7
           #        - not is_atomic | bool
 
+    - name: force rpm pkg upgrade
+      package:
+        name: rpm
+        state: latest
+      when: not is_atomic | bool
+
     - name: update the system
       command: dnf update -y
       changed_when: false