FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Shared Ansible roles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Information Services
DevOps
Infrastructure
Shared Ansible roles
Merge requests
!41
Pinning ansible-lint to version 4.2.0 (
#23
)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Pinning ansible-lint to version 4.2.0 (
#23
)
23-pipeline-fail-ansible-lint
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Richard Peach
requested to merge
23-pipeline-fail-ansible-lint
into
master
4 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Closes
#23 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
443ec459
1 commit,
4 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
2
−
2
Options
@@ -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 a
n
sible-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"
Loading