File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed
.github/workflows/requirements Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
1
ansible-core==2.12.5
2
2
jinja2==3.1.2
3
- ansible-lint==6.0.2
3
+ ansible-lint==6.2.1
4
4
yamllint==1.26.3
5
5
molecule[docker]==3.6.1
6
6
docker==5.0.3
Original file line number Diff line number Diff line change 1
1
---
2
2
galaxy_info :
3
- author : Alessandro Fael Garcia
3
+ author : nginxinc
4
4
description : Official Ansible role for NGINX
5
5
role_name : nginx
6
- namespace : nginxinc # Ansible Lint requirement
7
- company : F5 Networks, Inc.
6
+ company : F5, Inc.
8
7
9
8
license : Apache License, Version 2.0
10
9
11
- min_ansible_version : 2.12
10
+ min_ansible_version : ' 2.12'
12
11
13
12
platforms :
14
13
- name : Alpine
15
14
versions :
16
- - any
15
+ - all
17
16
- name : Amazon Linux 2
18
17
versions :
19
- - any
18
+ - all
20
19
- name : Debian
21
20
versions :
22
21
- buster
23
22
- bullseye
24
23
- name : EL
25
24
versions :
26
- - 7
27
- - 8
25
+ - ' 7 '
26
+ - ' 8 '
28
27
- name : FreeBSD
29
28
versions :
30
- - 12.1
29
+ - ' 12.1'
31
30
- name : Ubuntu
32
31
versions :
33
32
- bionic
@@ -36,8 +35,8 @@ galaxy_info:
36
35
- jammy
37
36
- name : SLES
38
37
versions :
39
- - 12
40
- - 15
38
+ - ' 12 '
39
+ - ' 15 '
41
40
42
41
galaxy_tags :
43
42
- nginx
You can’t perform that action at this time.
0 commit comments