Files @ 13982172ed2e
Branch filter:

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

branko
MAR-129: Updated mail_forwarder role for new Ansible and Molecule versions:

- Moved variables out of test playbook into group_vars.
- Fixed linting issues.
- Use top-level linting configuration file in tests.
- Updated how the hosts are referenced when executing the tests.
---

# 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