Merge "Use correct novajoin package for centos8 featureset 39 freeipa"
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user