f98ace7d35
Add ci jobs to generate a role from cookiecutter config and run ansible-lint against the generated role. Lint script is called from tox so that developers can reproduce this locally. Change-Id: I76022e580e55094a04ca7ac3c05c025a2894ea1e
7 lines
285 B
Plaintext
7 lines
285 B
Plaintext
# These are required here because ansible can't be in global-requirements due
|
|
# to licensing conflicts. But we sill need to be able to pull them in for
|
|
# lint checks and want to document these as ansible specific things that may
|
|
# be required for this repository.
|
|
ansible
|
|
ansible-lint
|