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.3.2
5
5
- name : ansible.posix
6
6
version : 1.2.0
7
7
- name : community.docker
8
- version : 1.6.1
8
+ version : 1.8.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ENHANCEMENTS:
12
12
13
13
* Replace Ansible base with Ansible core. Ansible core will be the "core" Ansible release moving forward from Ansible ` 2.11 ` .
14
14
* Update GitHub actions to add a workflow dispatch option.
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.3.2 ` and ` community.docker ` collection to ` 1.8.0 ` .
16
16
* Replace "yes"/"no" boolean values with "true"/"false" to comply with YAML spec ` 1.2 ` .
17
17
* Update ` nginx ` role requirement in Molecule tests to ` 0.20.0 ` .
18
18
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ This role installs and configures NGINX App Protect WAF or DoS for NGINX Plus on
22
22
---
23
23
collections :
24
24
- name : community.general
25
- version : 3.1.0
25
+ version : 3.3.2
26
26
- name : ansible.posix
27
27
version : 1.2.0
28
28
` ` `
You can’t perform that action at this time.
0 commit comments