Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

17 satır
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