File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
.github/workflows/requirements Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
collections :
3
3
- name : community.general
4
- version : 3.7 .0
4
+ version : 3.8 .0
5
5
- name : ansible.posix
6
6
version : 1.3.0
7
7
- name : community.docker
8
- version : 1.9.1
8
+ version : 1.10.0
Original file line number Diff line number Diff line change @@ -190,11 +190,11 @@ FEATURES:
190
190
---
191
191
collections:
192
192
- name: community.general
193
- version: 3.7 .0
193
+ version: 3.8 .0
194
194
- name: ansible.posix
195
195
version: 1.3.0
196
196
- name: community.docker # This collection is only used as part of the Molecule testing suite
197
- version: 1.9.1
197
+ version: 1.10.0
198
198
` ` `
199
199
200
200
* Explicitly list Jinja2 `2.11.3` as a requirement, as well as detail the minimum supported version (`2.11.x`).
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This role configures NGINX Open Source and NGINX Plus on your target host.
23
23
---
24
24
collections :
25
25
- name : community.general
26
- version : 3.7 .0
26
+ version : 3.8 .0
27
27
- name : ansible.posix
28
28
version : 1.3.0
29
29
` ` `
You can’t perform that action at this time.
0 commit comments