ceph-volume has a dependency on `python3-packaging` which is available
in PowerTools repo.
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
(cherry picked from commit
8ebff2124db1e670099b7e6d141d6c3178c3c181)
when:
- ansible_facts['distribution'] == 'Rocky'
+- name: Install python3-packaging
+ ansible.builtin.yum:
+ name: python3-packaging
+ enablerepo: powertools
+ state: present
+ when: ansible_facts['distribution_major_version'] | int < 9
+
- name: Include redhat_community_repository.yml
ansible.builtin.include_tasks: redhat_community_repository.yml
when: ceph_repository == 'community'