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 configuring NGINX
5
5
role_name : nginx_config
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.11
10
+ min_ansible_version : ' 2.11'
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
34
33
- focal
35
34
- hirsute
36
35
- name : SLES
37
36
versions :
38
- - 12
39
- - 15
37
+ - ' 12 '
38
+ - ' 15 '
40
39
41
40
galaxy_tags :
42
41
- nginx
You can’t perform that action at this time.
0 commit comments