Fix incompatibility with recent rich library

Recent change in rich version 11 [1] removed the render_group workaround
to keep compatibility with older version after deprecation of
RenderGroup in favor of Group.
The ansible-lint fix is included in version 5.3.2 [2]

[1] ad9debf2eb
[2] 9465a23406

Change-Id: Ifd67bfe4932caf74ee85d9dbe2d0eda804e078b3
This commit is contained in:
Riccardo Pittau 2022-01-18 17:56:47 +01:00
parent 109ac6c139
commit b00da7d557
1 changed files with 1 additions and 1 deletions

View File

@ -87,6 +87,6 @@ usedevelop = False
allowlist_externals = bash
deps =
ansible>=2.10.0,<2.11
ansible-lint>=4.3.0,<5
ansible-lint>=5,<6
commands =
bash tools/ansible-lint.sh