Skip to content

Commit 6d9aa2c

Browse files
Bump ansible-lint from 6.0.2 to 6.2.1 in /.github/workflows/requirements (#513)
1 parent 7277af1 commit 6d9aa2c

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ansible-core==2.12.5
22
jinja2==3.1.2
3-
ansible-lint==6.0.2
3+
ansible-lint==6.2.1
44
yamllint==1.26.3
55
molecule[docker]==3.6.1
66
docker==5.0.3

meta/main.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,32 @@
11
---
22
galaxy_info:
3-
author: Alessandro Fael Garcia
3+
author: nginxinc
44
description: Official Ansible role for NGINX
55
role_name: nginx
6-
namespace: nginxinc # Ansible Lint requirement
7-
company: F5 Networks, Inc.
6+
company: F5, Inc.
87

98
license: Apache License, Version 2.0
109

11-
min_ansible_version: 2.12
10+
min_ansible_version: '2.12'
1211

1312
platforms:
1413
- name: Alpine
1514
versions:
16-
- any
15+
- all
1716
- name: Amazon Linux 2
1817
versions:
19-
- any
18+
- all
2019
- name: Debian
2120
versions:
2221
- buster
2322
- bullseye
2423
- name: EL
2524
versions:
26-
- 7
27-
- 8
25+
- '7'
26+
- '8'
2827
- name: FreeBSD
2928
versions:
30-
- 12.1
29+
- '12.1'
3130
- name: Ubuntu
3231
versions:
3332
- bionic
@@ -36,8 +35,8 @@ galaxy_info:
3635
- jammy
3736
- name: SLES
3837
versions:
39-
- 12
40-
- 15
38+
- '12'
39+
- '15'
4140

4241
galaxy_tags:
4342
- nginx

0 commit comments

Comments
 (0)