]> git-server-git.apps.pok.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 12:19:32 +0000 (14:19 +0200)
commita1811ca097415990211248648dc3d9480f6841eb
treecdca6c1196cb057938ce8030270b4073da620b65
parent5cf22e9b312bb26b3144c329e6e597a0905b274a
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>
raw_install_python.yml