Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 1d16a0c1eda533ead43f39af60402ec495f62dfb
  • 12.0 par défaut protégée
2 résultats

__init__.py

Blame
  • .ansible-lint 519 o
    ---
    warn_list:  # or 'skip_list' to silence them completely
        - command-instead-of-module  # systemctl used in place of systemd module
        - 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