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-3
Original file line number
Diff line number
Diff line change
@@ -58,11 +58,11 @@ This will also ensure you are deploying/running this role with a fully tested ve
58
58
- name: ansible.posix
59
59
version: 2.0.0
60
60
- name: community.general
61
-
version: 10.5.0
61
+
version: 10.6.0
62
62
- name: community.crypto # Only required if you plan to install NGINX Plus
63
-
version: 2.26.0
63
+
version: 2.26.1
64
64
- name: community.docker # Only required if you plan to use Molecule (see below)
65
-
version: 4.5.2
65
+
version: 4.6.0
66
66
```
67
67
68
68
- 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