Skip to content

Commit 7f04ec6

Browse files
authored
Update Ansible collections (#381)
1 parent 17fb718 commit 7f04ec6

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
collections:
33
- name: community.general
4-
version: 2.0.1
4+
version: 2.3.0
55
- name: ansible.posix
6-
version: 1.1.1
7-
- name: community.docker
86
version: 1.2.0
7+
- name: community.docker
8+
version: 1.4.0

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@
55
FEATURES:
66

77
* Replace Ansible community distribution with Ansible base and add the necessary extra collections as a dependency requirement. For reference, these are:
8-
* `community.general`
9-
* `ansible.posix`
8+
```yaml
9+
---
10+
collections:
11+
- name: community.general
12+
version: 2.3.0
13+
- name: ansible.posix
14+
version: 1.2.0
15+
```
1016
* Add support for Dependabot.
1117
1218
ENHANCEMENTS:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ With the advent of Ansible collections and the release of the [NGINX Core Ansibl
2626
---
2727
collections:
2828
- name: community.general
29-
version: 2.0.0
29+
version: 2.3.0
3030
- name: ansible.posix
31-
version: 1.1.1
31+
version: 1.2.0
3232
```
3333
**Note:** You can alternatively install the Ansible community distribution if you don't want to manage individual collections.
3434
* 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

Comments
 (0)