Changed lint base image

This commit is contained in:
Bastian de Byl
2020-09-25 13:24:47 -04:00
parent 224dbf6faa
commit 86b6f02b96

View File

@@ -8,4 +8,8 @@ platform:
steps:
- name: lint
image: bdebyl/python-make
image: cytopia/ansible-lint
command:
- export YML_FILES="$(find ansible/ -name '*.yml' -not -name '*vault*')"
- ansible-lint -x 701 "$YML_FILES"
- yamllint "$YML_FILES"