fix ansible

This commit is contained in:
Lucas Gravley 2019-11-06 14:38:34 -06:00
parent 028b102dc4
commit 990bb8fed2

View file

@ -1423,7 +1423,7 @@ LintAnsibleFiles()
################################ ################################
# Lint the file with the rules # # Lint the file with the rules #
################################ ################################
LINT_CMD=$("$LINTER_NAME" -v -c "$ANSIBLE_LINTER_FILE" "$ANSIBLE_DIR/$FILE" 2>&1) LINT_CMD=$("$LINTER_NAME" -v -c "$ANSIBLE_LINTER_RULES" "$ANSIBLE_DIR/$FILE" 2>&1)
####################### #######################
# Load the error code # # Load the error code #