Commit 9558e624 authored by Rafael Monnerat's avatar Rafael Monnerat

playbook: openssl is required for slapcache queries.

parent bf22a0a1
......@@ -124,6 +124,7 @@ EOF
is_package_installed libselinux-python || install_package libselinux-python
fi
is_package_installed openssl || install_package openssl
is_package_installed ansible || install_package ansible
is_package_installed python-setuptools || install_package python-setuptools
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment