File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
.github/workflows/requirements Expand file tree Collapse file tree 3 files changed +4
-4
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.1 .0
4
+ version : 3.2 .0
5
5
- name : ansible.posix
6
6
version : 1.2.0
7
7
- name : community.docker
8
- version : 1.6.1
8
+ version : 1.7.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ENHANCEMENTS:
12
12
* Replace Ansible base with Ansible core. Ansible core will be the "core" Ansible release moving forward from Ansible ` 2.11 ` .
13
13
* Update GitHub actions to add a workflow dispatch option.
14
14
* Replace "yes"/"no" boolean values with "true"/"false" to comply with YAML spec ` 1.2 ` .
15
- * Update the Ansible ` community.general ` collection to ` 3.1 .0 ` and ` community.docker ` collection to ` 1.6.1 ` .
15
+ * Update the Ansible ` community.general ` collection to ` 3.2 .0 ` and ` community.docker ` collection to ` 1.7.0 ` .
16
16
17
17
BUG FIXES:
18
18
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ With the advent of Ansible collections and the release of the [NGINX Core Ansibl
27
27
---
28
28
collections :
29
29
- name : community.general
30
- version : 3.1 .0
30
+ version : 3.2 .0
31
31
- name : ansible.posix
32
32
version : 1.2.0
33
33
` ` `
You can’t perform that action at this time.
0 commit comments