Merge "Use correct novajoin package for centos8 featureset 39 freeipa"

This commit is contained in:
Zuul 2020-03-31 15:35:05 +00:00 committed by Gerrit Code Review
commit ac54a6e462

@ -7,7 +7,12 @@
## * Install python-novajoin
## ::
{% if ansible_python['version']['major'] is version("3", "==") -%}
NOVAJOIN_PACKAGE=python3-novajoin
{% else %}
NOVAJOIN_PACKAGE=python-novajoin
{% endif %}
sudo {{ ansible_pkg_mgr }} install -y python-novajoin
sudo {{ ansible_pkg_mgr }} install -y $NOVAJOIN_PACKAGE
### --stop_docs