cloud-infra: Enable non-voting yamllint job for yaml files
[infra/cicd.git] / jjb / cloud-infra / scripts / cloud-infra-ansible-lint.sh
index 1de5601d7826592289edd4717d6edba5fbd707f0..03f32ee63eea51737a6fced1c30d6758d0f31914 100644 (file)
@@ -27,7 +27,7 @@ sudo apt update > /dev/null 2>&1
 sudo apt install -y -q=3 gcc libffi-dev libssl-dev lsb-release libpython3-dev \
     python3-minimal python3-pip python3-yaml virtualenv > /dev/null 2>&1
 
-# override ENGINE_ANSIBLE_LINT_VERSION locally before bumping it in engine
+# override ENGINE_ANSIBLE_LINT_VERSION locally while ansible-lint patch is still open
 export ENGINE_ANSIBLE_LINT_VERSION=4.1.0
 
 cd $WORKSPACE