ansible-role-refstack-client/.yamllint
Martin Kopec b2bd953ec2 Comply with ansible lint
Adds openstack-tox-linters job and edits the source code
so that it complies with the ansible and yaml lint.
Also creates requirements files, setup.* files and tox.ini
one according the other ansible-role-* projects.

Change-Id: If538c081a9f0f462714381baab002de5b403fde0
2020-10-15 13:58:05 +00:00

8 lines
109 B
Plaintext

---
extends: default
rules:
line-length:
# matches hardcoded 160 value from ansible-lint
max: 160