Explorar el Código

Add ansible-lint configuration file

pull/1948/head
Slavi Pantaleev hace 3 años
padre
commit
3408c710ee
Se han modificado 1 ficheros con 14 adiciones y 0 borrados
  1. +14
    -0
      .config/ansible-lint.yml

+ 14
- 0
.config/ansible-lint.yml Ver fichero

@@ -0,0 +1,14 @@
---

use_default_rules: true

skip_list:
- unnamed-task
- no-handler
- no-jinja-nesting
- schema
- var-naming
- command-instead-of-shell
- role-name

offline: false

Cargando…
Cancelar
Guardar