Skip to content
Snippets Groups Projects
Select Git revision
  • a2d065e49d7aa8244e49ba044ca6e9245fa55915
  • master default protected
  • tp_experimental_biologists
3 results

UrQt

  • Clone with SSH
  • Clone with HTTP
  • Forked from LBMC / nextflow
    Source project has a limited visibility.
    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
    Name Last commit Last update
    ..