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
+2-2
Original file line number
Diff line number
Diff line change
@@ -57,11 +57,11 @@ This will also ensure you are deploying/running this role with a fully tested ve
57
57
- name: ansible.posix
58
58
version: 2.0.0
59
59
- name: community.general
60
-
version: 10.3.0
60
+
version: 10.3.1
61
61
- name: community.crypto # Only required if you plan to install NGINX Plus
62
62
version: 2.25.0
63
63
- name: community.docker # Only required if you plan to use Molecule (see below)
64
-
version: 4.3.1
64
+
version: 4.4.0
65
65
```
66
66
67
67
- Instructions on how to install Ansible collections can be found in the [Ansible collections](https://docs.ansible.com/ansible/latest/collections_guide/collections_installing.html) guide.
0 commit comments