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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,13 +42,13 @@ This will also ensure you are deploying/running this role with a fully tested ve
42
42
---
43
43
collections:
44
44
- name: ansible.posix
45
-
version: 2.0.0
45
+
version: 2.1.0
46
46
- name: community.general
47
-
version: 11.0.0
47
+
version: 11.1.1
48
48
- name: community.crypto # Only required if you plan to to test the NGINX Plus Molecule scenario
49
-
version: 3.0.0
49
+
version: 3.0.2
50
50
- name: community.docker # Only required if you plan to use Molecule
51
-
version: 4.6.1
51
+
version: 4.6.2
52
52
```
53
53
54
54
- Instructions on how to install Ansible core can be found in the [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#upgrading-ansible-from-version-2-9-and-older-to-version-2-10-or-later) docs.
0 commit comments