Fix wrongly spelled ansible-lint

This commit is contained in:
2023-10-05 16:04:09 +13:00
parent 6da5540a1e
commit 3616b0d970

View File

@@ -3,7 +3,7 @@ FROM python:3.9-slim
RUN pip install 'ansible-core<2.17' \
'ansible-compat==3.0.2' \
'molecule[docker]<5.0.0' \
'ansiblelint' \
'ansible-lint' \
'yamllint' && \
ansible-galaxy collection install community.general