Install python3-openstackclient after the leapp upgrade

The package is part of the base image, but when doing a leapp
upgrade it is removed because it is not part of the standard
RHEL repositories.

Resolves: rhbz#1994919

Change-Id: Ia892ccb629b7ef7cb80d549fbe1c684e9b93c0fc
This commit is contained in:
Jesse Pretorius (odyssey4me) 2021-09-07 11:56:57 +01:00 committed by Jesse Pretorius
parent c36a719d22
commit c463d2068e
1 changed files with 1 additions and 0 deletions

View File

@ -293,6 +293,7 @@ outputs:
- os-net-config
- puppet-tripleo
- python3-heat-agent*
- python3-openstackclient
- rsync
state: present
when: ansible_facts['distribution_major_version'] is version('8', '==')