Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible FreeIPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
505cb356
Unverified
Commit
505cb356
authored
Dec 7, 2023
by
Thomas Woerner
Committed by
GitHub
Dec 7, 2023
Browse files
Options
Downloads
Plain Diff
Merge pull request #1188 from rjeffman/ci_bump_ansible_lint
Bump minimum ansible-lint version to 6.22
parents
9c735939
d2e0cad9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/lint.yml
+1
-1
1 addition, 1 deletion
.github/workflows/lint.yml
requirements-dev.txt
+1
-1
1 addition, 1 deletion
requirements-dev.txt
with
2 additions
and
2 deletions
.github/workflows/lint.yml
+
1
−
1
View file @
505cb356
...
@@ -16,7 +16,7 @@ jobs:
...
@@ -16,7 +16,7 @@ jobs:
python-version
:
"
3.x"
python-version
:
"
3.x"
-
name
:
Run ansible-lint
-
name
:
Run ansible-lint
run
:
|
run
:
|
pip install "ansible-core>=2.16,<2.17" 'ansible-lint>=6.2
1
'
pip install "ansible-core>=2.16,<2.17" 'ansible-lint>=6.2
2
'
utils/build-galaxy-release.sh -ki
utils/build-galaxy-release.sh -ki
cd .galaxy-build
cd .galaxy-build
ansible-lint --profile production --exclude tests/integration/ --exclude tests/unit/ --parseable --nocolor
ansible-lint --profile production --exclude tests/integration/ --exclude tests/unit/ --parseable --nocolor
...
...
This diff is collapsed.
Click to expand it.
requirements-dev.txt
+
1
−
1
View file @
505cb356
...
@@ -7,4 +7,4 @@ pylint==2.17.2
...
@@ -7,4 +7,4 @@ pylint==2.17.2
wrapt==1.14.1
wrapt==1.14.1
pydocstyle==6.3.0
pydocstyle==6.3.0
yamllint==1.32.0
yamllint==1.32.0
ansible-lint
ansible-lint
>= 6.22
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