Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
webarch
docker
Commits
be641c26
Commit
be641c26
authored
2 years ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
Ansible lint updates
parent
22e80b83
No related branches found
Branches containing commit
Tags
3.2.1
Tags containing commit
No related merge requests found
Pipeline
#24385
passed
2 years ago
Stage: lint
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.ansible-lint
+3
-13
3 additions, 13 deletions
.ansible-lint
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
molecule/default/molecule.yml
+1
-1
1 addition, 1 deletion
molecule/default/molecule.yml
tasks/apt.yml
+1
-1
1 addition, 1 deletion
tasks/apt.yml
with
6 additions
and
16 deletions
.ansible-lint
+
3
−
13
View file @
be641c26
---
# https://
docs.ansible.com/ansible-lint/rules/default_rules.html
# https://
ansible-lint.readthedocs.io/rules/
skip_list
:
# Lines should be no longer than 160 chars
-
"
204"
# Commands should not change things if nothing needs doing
-
"
301"
# chown used in place of argument owner to file module
-
"
302"
# Using command rather than module
-
"
303"
# Shells that use pipes should set the pipefail option
-
"
306"
# Tasks that run when changed should likely be handlers
-
"
503"
-
key-order[task]
-
schema[meta]
# vim: syntax=yaml
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
1
View file @
be641c26
---
image
:
registry.git.coop/webarch/containers/images/ansible:0.
8
.0
image
:
registry.git.coop/webarch/containers/images/ansible:0.
12
.0
variables
:
PY_COLORS
:
"
1"
ANSIBLE_FORCE_COLOR
:
"
1"
...
...
This diff is collapsed.
Click to expand it.
molecule/default/molecule.yml
+
1
−
1
View file @
be641c26
...
...
@@ -3,7 +3,7 @@ dependency:
name
:
galaxy
platforms
:
-
name
:
instance
image
:
registry.git.coop/webarch/containers/images/ansible:0.
8
.0
image
:
registry.git.coop/webarch/containers/images/ansible:0.
12
.0
pre_build_image
:
true
provisioner
:
name
:
ansible
...
...
This diff is collapsed.
Click to expand it.
tasks/apt.yml
+
1
−
1
View file @
be641c26
...
...
@@ -18,7 +18,7 @@
when
:
( docker_old_apt_list_files.matched >= 1 )
-
name
:
Disable legacy Docker apt list files
command
:
"
mv
{{
file.path
}}
{{
file.path
}}.ansible.save"
ansible.builtin.
command
:
"
mv
{{
file.path
}}
{{
file.path
}}.ansible.save"
loop
:
"
{{
docker_old_apt_list_files.files
}}"
loop_control
:
loop_var
:
file
...
...
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