kayobe/ansible/roles/kolla-openstack/.yamllint
Mark Goddard 8f53f3252e Add a simple molecule scenario for the kolla-openstack role
Tests operation of the role with default variable values.
2018-02-21 10:33:07 +00:00

14 lines
296 B
Plaintext

extends: default
rules:
braces:
max-spaces-inside: 1
level: error
brackets:
max-spaces-inside: 1
level: error
line-length: disable
# NOTE(retr0h): Templates no longer fail this lint rule.
# Uncomment if running old Molecule templates.
# truthy: disable