Skip to content
Snippets Groups Projects
Select Git revision
  • eff44ec63645d41b22233f5427a3660112e39ea5
  • main default
  • master protected
  • ci_2025
  • review_2025
  • 2023
6 results

unix-command-line

  • Clone with SSH
  • Clone with HTTP
  • Gilquin's avatar
    Gilquin authored
    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.
    eff44ec6
    History