Skip to content
Snippets Groups Projects
Select Git revision
  • a5d165dc858d21483e3ed3031aaf0b8398e509d4
  • 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

atomic.md

Blame
  • .ansible-lint 683 B
    ---
    exclude_paths:
      - .ansible-freeipa-tests/
      - .cache/
      - .github/
      - .pre-commit-config.yaml
      - .tox/
      - .venv/
      - .yamllint
      - molecule/
      - tests/azure/
      - meta/runtime.yml
      - requirements-docker.yml
      - requirements-podman.yml
    
    kinds:
      - playbook: '**/tests/**/test_*.yml'
      - playbook: '**/playbooks/**/*.yml'
      - tasks: '**/tasks_*.yml'
      - tasks: '**/env_*.yml'
    
    parseable: true
    
    quiet: false
    
    skip_list:
      - '301'  # Commands should not change things if nothing needs doing'
      - '305'  # Use shell only when shell functionality is required
      - '306'  # risky-shell-pipe
      - yaml   # yamllint should be executed separately.
    
    use_default_rules: true
    
    verbosity: 1