Skip to content

Commit 879aa94

Browse files
Bump ansible-lint from 6.0.2 to 6.2.1 in /.github/workflows/requirements (#250)
1 parent bb3d33d commit 879aa94

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,42 +1,41 @@
11
---
22
galaxy_info:
3-
author: Alessandro Fael Garcia
3+
author: nginxinc
44
description: Official Ansible role for configuring NGINX
55
role_name: nginx_config
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.11
10+
min_ansible_version: '2.11'
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
3433
- focal
3534
- hirsute
3635
- name: SLES
3736
versions:
38-
- 12
39-
- 15
37+
- '12'
38+
- '15'
4039

4140
galaxy_tags:
4241
- nginx

0 commit comments

Comments
 (0)