cloud-infra: Fix engine-vars file extension
[infra/cicd.git] / jjb / cloud-infra / scripts / cloud-infra-ansible-lint.sh
index ece055e17bce337f6abbe60b45ea4380bcc97402..df2c1e707097b1a50f9f228086e2a4aed49bfd2d 100644 (file)
@@ -18,9 +18,9 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 
-# source engine-vars so we can install the correct versions of
+# source engine-vars.sh so we can install the correct versions of
 # pip, ansible, and ansible-lint
-source $WORKSPACE/engine/config/engine-vars
+source $WORKSPACE/engine/config/engine-vars.sh
 
 # install dependencies
 sudo apt update > /dev/null 2>&1