lint validation

This commit is contained in:
abikouo
2021-05-20 11:17:10 +02:00
parent 4db9724057
commit 2691b0f43d
3 changed files with 18 additions and 21 deletions

View File

@@ -92,7 +92,7 @@ jobs:
# The 3.3.0 release of molecule introduced a breaking change. See
# https://github.com/ansible-community/molecule/issues/3083
- name: Install molecule and openshift dependencies
run: pip install ansible "molecule<3.3.0" yamllint openshift flake8 jsonpatch
run: pip install ansible "molecule<3.3.0" yamllint openshift flake8 jsonpatch jmespath
# The latest release doesn't work with Molecule currently.
# See: https://github.com/ansible-community/molecule/issues/2757