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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -53,13 +53,13 @@ This will also ensure you are deploying/running this role with a fully tested ve
53
53
---
54
54
collections:
55
55
- name: ansible.posix
56
-
version: 1.5.4
56
+
version: 1.6.2
57
57
- name: community.general
58
-
version: 9.2.0
58
+
version: 9.5.1
59
59
- name: community.crypto # Only required if you plan to install NGINX Plus
60
-
version: 2.21.1
60
+
version: 2.22.3
61
61
- name: community.docker # Only required if you plan to use Molecule (see below)
62
-
version: 3.11.0
62
+
version: 3.13.3
63
63
```
64
64
65
65
- You will need to run this role as a root user using Ansible's `become` parameter. Make sure you have set up the appropriate permissions on your target hosts.
0 commit comments