Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 rivejä
422 B

  1. ---
  2. extends: default
  3. # Keep this custom configuration compatible with ansible-lint's `yaml` rule.
  4. # See https://docs.ansible.com/projects/lint/rules/yaml/#yamllint-configuration
  5. rules:
  6. braces:
  7. min-spaces-inside: 0
  8. max-spaces-inside: 1
  9. comments:
  10. min-spaces-from-content: 1
  11. comments-indentation: false
  12. line-length: disable
  13. octal-values:
  14. forbid-explicit-octal: true
  15. forbid-implicit-octal: true