Skip to content
Snippets Groups Projects
Select Git revision
  • a7ace2e55b490194e36645c614e6d86bb963bbc8
  • master default protected
  • 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
  • v2.18.2
22 results

.ansible-lint

  • Max Gautier's avatar
    a7ace2e5
    ansible-lint: Adjust pre-commit hooks dependencies · a7ace2e5
    Max Gautier authored
    Dropping the ansible dependencies for ansible-lint will allow us to
    catch missing dependencies collections in galaxy.yml. For collections
    needed for contrib/ or tests/ (i.e: not part of core kubespray
    dependencies), we can just configure ansible-lint to mock them.
    
    This mean it won't check the mocked module parameters, but for those
    area of the code base it's an acceptable trade-off.
    a7ace2e5
    History
    ansible-lint: Adjust pre-commit hooks dependencies
    Max Gautier authored
    Dropping the ansible dependencies for ansible-lint will allow us to
    catch missing dependencies collections in galaxy.yml. For collections
    needed for contrib/ or tests/ (i.e: not part of core kubespray
    dependencies), we can just configure ansible-lint to mock them.
    
    This mean it won't check the mocked module parameters, but for those
    area of the code base it's an acceptable trade-off.