Skip to content
Snippets Groups Projects
Verified Commit d4317880 authored by Chris Croome's avatar Chris Croome
Browse files

Update linting

parent 53c3d0a2
No related branches found
No related tags found
No related merge requests found
Pipeline #27259 passed
--- ---
image: registry.git.coop/webarch/containers/images/ansible:0.22.0 image: registry.git.coop/webarch/containers/images/ansible:0.23.0
variables: variables:
PY_COLORS: "1" PY_COLORS: "1"
ANSIBLE_FORCE_COLOR: "1" ANSIBLE_FORCE_COLOR: "1"
......
---
# https://yamllint.readthedocs.io/en/stable/integration.html
# https://github.com/adrienverge/yamllint/tags
repos:
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.30.0
hooks:
- id: yamllint
...
...@@ -3,7 +3,7 @@ dependency: ...@@ -3,7 +3,7 @@ dependency:
name: galaxy name: galaxy
platforms: platforms:
- name: instance - name: instance
image: registry.git.coop/webarch/containers/images/ansible:0.22.0 image: registry.git.coop/webarch/containers/images/ansible:0.23.0
pre_build_image: true pre_build_image: true
provisioner: provisioner:
name: ansible name: ansible
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment