832ffd9c27
- Add .gitreview - Add tox configuration - Add .gitignore - Add requirements and test-requirements.txt - Ass setup files - Add ci-scripts for ansible-lint Change-Id: I333f3701beee0d36854bcbd6b05d367941d68723
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
|