You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,11 @@ If you wish to install NGINX App Protect WAF or NGINX App Protect DoS using this
29
29
---
30
30
collections:
31
31
- name: community.general
32
-
version: 3.7.0
32
+
version: 3.8.0
33
33
- name: ansible.posix
34
34
version: 1.3.0
35
+
- name: community.docker # Only required if you plan to use Molecule (see below)
36
+
version: 2.0.0
35
37
```
36
38
37
39
**Note:** You can alternatively install the Ansible community distribution (what is known as the "old" Ansible) if you don't want to manage individual collections.
0 commit comments