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
Commits
443ec459
Commit
443ec459
authored
4 years ago
by
Richard Peach
Browse files
Options
Downloads
Patches
Plain Diff
Pinning ansible-lint to version 4.2.0 (
#23
)
parent
8577432c
No related branches found
Branches containing commit
No related tags found
1 merge request
!41
Pinning ansible-lint to version 4.2.0 (#23)
Pipeline
#41964
passed
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
443ec459
...
...
@@ -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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment