1bc98d2ee8
Older ansible-lint has an uncapped dep on 'rich' and newer rich breaks ansible-lint. New ansible-lint has addressed this. We update ansible-lint to get those fixes. This adds task names to a number of tasks to correct a linting error. Change-Id: I38284fef54213e0fceb1b348d5839129cc15148e
11 lines
346 B
Plaintext
11 lines
346 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>=4.0.0,<5.0.0 # Apache-2.0
|
|
|
|
# ansible-lint requires ansible>=2.9
|
|
ansible>=2.9.0,<2.10
|
|
ansible-lint>=5.0.0,<=6.0.0
|
|
bashate>=0.2
|