885e48c1b6
- Assure compatible version of Ansible is installed - Make use of ability to detect roles and playbooks in linter, which also makes it execution ~9x faster. Change-Id: Ife53d9f3161f6531102ed82f62f5d91c805e6cdc
11 lines
340 B
Plaintext
11 lines
340 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
hacking>=3.0,<3.1.0 # Apache-2.0
|
|
|
|
# ansible-lint requires ansible>=2.9
|
|
ansible>=2.9.0,<2.10
|
|
ansible-lint>=4.3.6,<=5
|
|
bashate>=0.2
|