Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 3ff3b32e1efb9bb42ed136dff272e93dc57ab500
  • master par défaut protégée
  • v1.0.9
  • v1.0.8
  • v1.0.7
  • v1.0.6
  • v1.0.5
  • v1.0.4
  • v1.0.3
  • v1.0.2
  • v1.0.1
  • v1.0.0
12 résultats

.ansible-lint

Blame
  • .ansible-lint 442 o
    ---
    warn_list:  # or 'skip_list' to silence them completely
        - git-latest  # Git checkouts must contain explicit version
        - ignore-errors  # Use failed_when and specify error conditions instead of using ignore_errors
        - no-changed-when  # Commands should not change things if nothing needs doing
        - no-handler  # Tasks that run when changed should likely be handlers
        - package-latest  # Package installs should not use latest