Skip to content

Commit 3dd86a1

Browse files
authored
Bump Ansible collections (#445)
1 parent ac6f23a commit 3dd86a1

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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: 3.5.0
4+
version: 3.7.0
55
- name: ansible.posix
6-
version: 1.2.0
6+
version: 1.3.0
77
- name: community.docker
8-
version: 1.9.0
8+
version: 1.9.1

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ENHANCEMENTS:
1010

1111
* Update the README and Ansible metadata matrix of supported distributions.
1212
* Update the Molecule tests to include the newly supported distributions and remove distributions that are no longer supported.
13+
* Bump the Ansible `community.general` collection to `3.7.0`, `ansible.posix` collection to `1.3.0` and `community.docker` collection to `1.9.1`.
1314

1415
## 0.21.0 (August 11, 2021)
1516

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ This role installs NGINX Open Source, NGINX Plus, or the NGINX Amplify agent on
2121
---
2222
collections:
2323
- name: community.general
24-
version: 3.5.0
24+
version: 3.7.0
2525
- name: ansible.posix
26-
version: 1.2.0
26+
version: 1.3.0
2727
```
2828
2929
**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

Comments
 (0)