]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
install python-xml on SUSE/openSUSE only if python2 is installed
authorJohannes Kastl <kastl@b1-systems.de>
Tue, 20 Aug 2019 11:32:32 +0000 (13:32 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 27 Sep 2019 15:50:10 +0000 (17:50 +0200)
commit2463c8eca1e970a0f6fe0f3f9a2a7db44e59e064
treebeafa90f8f0220865f7f76be2ae9fc93fe2f7b19
parent146f2e8de3653ba8d93ab63d67cd13c24c71ceab
install python-xml on SUSE/openSUSE only if python2 is installed

raw_install_python.yml: on SUSE/openSUSE, install python-xml package only
if python2 is installed already

Background:
On SLES 15.x / openSUSE Leap 15.x, the python2 package `python-base` provides
/usr/bin/python, while python3 only provides /usr/bin/python3.

Signed-off-by: Johannes Kastl <kastl@b1-systems.de>
(cherry picked from commit a1811ca097415990211248648dc3d9480f6841eb)
raw_install_python.yml