Skip to content
Snippets Groups Projects
Select Git revision
  • 05f68575a0445d30cffd5d4e990eb06a302c8786
  • master default protected
  • v0.0.x
  • v0.0.32
  • v0.0.31
  • v0.0.30
  • v0.0.29
  • v0.0.28
  • v0.0.28-rc1
  • v0.0.27
  • v0.0.26
  • v0.0.25
  • v0.0.24
  • v0.0.23
  • v0.0.22
  • v0.0.21
  • v0.0.20
  • v0.0.19
  • v0.0.18
  • v0.0.17
  • v0.0.16
  • v0.0.15
  • v0.0.14
23 results

debug

  • 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
    ..