Skip to content

Commit 04a7df9

Browse files
Bump ansible-lint from 6.15.0 to 6.17.2 in /.github/workflows/requirements (#43)
* Bump ansible-lint in /.github/workflows/requirements Bumps [ansible-lint](https://github.com/ansible/ansible-lint) from 6.15.0 to 6.17.2. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](ansible/ansible-lint@v6.15.0...v6.17.2) --- updated-dependencies: - dependency-name: ansible-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Updating ansible-lint fails as a result of new version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Wong <[email protected]> Co-authored-by: John Wong <[email protected]>
1 parent eed00a9 commit 04a7df9

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

.ansible-lint

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ skip_list:
44
- yaml[line-length]
55
- schema[meta]
66
- package-latest
7+
- var-naming[no-role-prefix]
8+
9+
# ansible-lint thinks '.github/workflows/galaxy.yml' is a an Ansible Galaxy file, but it is really a GitLab Actions file.
10+
kinds:
11+
- yaml: "**/.github/workflows/galaxy.yml"

.github/workflows/galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Ansible Galaxy import
3-
on:
3+
on: # yamllint disable-line rule:truthy
44
release:
55
types:
66
- published

.github/workflows/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Molecule CI/CD
3-
on:
3+
on: # yamllint disable-line rule:truthy
44
pull_request:
55
branches:
66
- main

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Release Drafter
3-
on:
3+
on: # yamllint disable-line rule:truthy
44
pull_request:
55
types:
66
- opened

.github/workflows/requirements/requirements_ansible.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
roles:
33
- name: nginxinc.nginx
4-
version: 0.24.1
4+
version: 0.24.1
55
collections:
66
- name: ansible.posix
77
version: 1.5.4

.github/workflows/requirements/requirements_ansible_lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ ansible-core==2.15.1
22
jinja2==3.1.2
33
ansible-compat==4.1.2
44
yamllint==1.32.0
5-
ansible-lint==6.16.2
5+
ansible-lint==6.17.2

0 commit comments

Comments
 (0)