Files @ 1bf0f41d1854
Branch filter:

Location: majic-ansible-roles/.yamllint.yml - annotation

branko
MAR-148: Disable Ansible's default of enforcing group names without dashes through Molecule configuration files:

The following links might be a useful read:

- https://github.com/ansible/ansible/issues/56930 (issues relaetd to
lack of docs, but many complaints and explanations within)
- https://groups.google.com/forum/#!topic/ansible-devel/bjAcM9ferIw
---

# Extended the default linter configuration.
extends: default

rules:
  # Increase line length limit.
  line-length:
    max: 160

  # Single spaces within braces (better readability).
  braces:
    min-spaces-inside: 1
    max-spaces-inside: 1
    min-spaces-inside-empty: 0
    max-spaces-inside-empty: 0