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

Linting updated

parent 668a74ac
No related branches found
No related tags found
No related merge requests found
Pipeline #18606 passed
---
image: registry.git.coop/webarch/containers/images/ansible:0.7.0
image: registry.git.coop/webarch/containers/images/ansible:0.8.0
variables:
PY_COLORS: "1"
ANSIBLE_FORCE_COLOR: "1"
......@@ -10,7 +10,6 @@ stages:
lint:
stage: lint
script:
- yamllint .
- molecule lint
# vim: syntax=yaml
...
......@@ -3,13 +3,14 @@ dependency:
name: galaxy
platforms:
- name: instance
image: registry.git.coop/webarch/containers/images/ansible:0.5.0
image: registry.git.coop/webarch/containers/images/ansible:0.8.0
pre_build_image: true
provisioner:
name: ansible
lint: |
set -e
yamllint -c .yamllint .
set -e
find -type f -name '*.j2' -exec ansiblej2lint.py {} +
yamllint -f colored -c .yamllint .
ansible-lint -c .ansible-lint --force-color .
# vim: syntax=yaml
...
......@@ -193,7 +193,7 @@
- name: Check PHP version
block:
- name: Run phpquery to get the PHP version NOTE that currently having one one version installed is supported
- name: Run phpquery to get the PHP version NOTE that currently having only one PHP version installed is supported
command: phpquery -V
args:
strip_empty_ends: true
......
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