Skip to content
Snippets Groups Projects
Select Git revision
  • f02d313fee73b620dd492640de4472cfa0f966e0
  • master default protected
  • v2.27.1
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
22 results

advanced

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Rafael Guterres Jeffman authored
    Currently, there is a hard coded timeout in galaxy-importer that
    prevents larger collections to execute the ansible-lint step [1].
    
    This patch modifies the calls to ansible-lint on development tools and
    upstream CI to use the same arguments as galaxy-importer and disables
    the execution of the ansible-lint step for the Ansible's sanity test.
    
    Requested ansible-lint version for tools is also updated, as a more
    recent one is required.
    
    This change will not allow development using an environment using Python
    2.7, due to newer ansible-lint requirements. Roles and modules tests
    against target nodes using Python 2.7 is still possible.
    
    [1]: https://github.com/ansible/galaxy-importer/pull/231
    3534fcdc
    History
    Name Last commit Last update
    ..