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-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@ This role configures NGINX Open Source and NGINX Plus on your target host.
25
25
- name: ansible.posix
26
26
version: 1.5.4
27
27
- name: community.general
28
-
version: 7.1.0
28
+
version: 9.2.0
29
29
- name: community.docker # Only required if you plan to use Molecule (see below)
30
-
version: 3.4.7
30
+
version: 3.11.0
31
31
```
32
32
33
33
**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