FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 1660fbd8 authored by Dr Abraham Martin's avatar Dr Abraham Martin
Browse files

Merge branch '23-pipeline-fail-ansible-lint' into 'master'

Pinning ansible-lint to version 4.2.0 (#23)

Closes #23

See merge request !41
parents 7894bf2e 443ec459
No related branches found
No related tags found
1 merge request!41Pinning ansible-lint to version 4.2.0 (#23)
Pipeline #41970 passed
......@@ -10,7 +10,7 @@ lint:
script:
# Install ansible-lint tool
- pip3 install ansible-lint
- pip3 install ansible-lint==4.2.0
# Run ansible-lint over all role directories in the roles/ directory.
- >-
......@@ -18,7 +18,7 @@ lint:
xargs -I ROLE -t -0 -n1 ansible-lint ROLE
variables:
# The version of the Ansible image we run asible-lint within. The exact
# The version of the Ansible image we run ansible-lint within. The exact
# version of Ansible which is installed in the image should not affect the
# output of ansible-lint so it is safe to set this to the latest version.
ANSIBLE_VERSION: "2.7"
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