diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c47af11..acb83259 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: python-version: ${{ matrix.python_version }} - name: Install molecule and openshift dependencies - run: pip install molecule yamllint openshift + run: pip install molecule yamllint openshift flake8 - name: Install ansible base (devel branch) run: pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 37f7c3bc..37cb0028 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -9,6 +9,7 @@ driver: lint: | set -e yamllint . + flake8 platforms: - name: instance-kind provisioner: