File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
.github/workflows/requirements Expand file tree Collapse file tree 3 files changed +4
-3
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.0.2
4
+ version : 3.1.0
5
5
- name : ansible.posix
6
6
version : 1.2.0
7
7
- name : community.docker
8
- version : 1.6.0
8
+ version : 1.6.1
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ ENHANCEMENTS:
6
6
7
7
* Replace Ansible base with Ansible core. Ansible core will be the "core" Ansible release moving forward from Ansible ` 2.11 ` .
8
8
* Update GitHub actions to add a workflow dispatch option.
9
+ * Update the Ansible ` community.general ` collection to ` 3.1.0 ` and ` community.docker ` collection to ` 1.6.1 ` .
9
10
10
11
## 0.5.0 (May 12, 2020)
11
12
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ This role installs and configures NGINX App Protect (WAF) for NGINX Plus on your
20
20
---
21
21
collections :
22
22
- name : community.general
23
- version : 3.0.2
23
+ version : 3.1.0
24
24
- name : ansible.posix
25
25
version : 1.2.0
26
26
` ` `
You can’t perform that action at this time.
0 commit comments