build: correct buggy OpenSSL Python package
The previous ansible playbook configuration was failing with the following error due to a missconfigured OpenSSL Python package:
File "/usr/lib/python3/dist-packages/OpenSSL/crypto.py", line 1571, in X509StoreFlags NOTIFY_POLICY = _lib.X509_V_FLAG_NOTIFY_POLICY AttributeError: module 'lib' has no attribute 'X509_V_FLAG_NOTIFY_POLICY'
Two additional tasks are added in the new configuration file. The first one removes the OpenSSL package files. The second one force resintalls the pyopenssl package.