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: CHANGELOG.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,14 @@
5
5
FEATURES:
6
6
7
7
* Replace Ansible community distribution with Ansible base and add the necessary extra collections as a dependency requirement. For reference, these are:
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
@@ -26,9 +26,9 @@ With the advent of Ansible collections and the release of the [NGINX Core Ansibl
26
26
---
27
27
collections:
28
28
- name: community.general
29
-
version: 2.0.0
29
+
version: 2.3.0
30
30
- name: ansible.posix
31
-
version: 1.1.1
31
+
version: 1.2.0
32
32
```
33
33
**Note:** You can alternatively install the Ansible community distribution if you don't want to manage individual collections.
34
34
* Instructions on how to install Ansible can be found in the [Ansible website](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).
0 commit comments