Skip to content

Commit eac53ac

Browse files
authored
Bump Ansible collections (#415)
1 parent fb391a0 commit eac53ac

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
collections:
33
- name: community.general
4-
version: 3.0.0
4+
version: 3.1.0
55
- name: ansible.posix
66
version: 1.2.0
77
- name: community.docker
8-
version: 1.5.0
8+
version: 1.6.1

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ENHANCEMENTS:
1212
* Replace Ansible base with Ansible core. Ansible core will be the "core" Ansible release moving forward from Ansible `2.11`.
1313
* Update GitHub actions to add a workflow dispatch option.
1414
* Replace "yes"/"no" boolean values with "true"/"false" to comply with YAML spec `1.2`.
15+
* Update the Ansible `community.general` collection to `3.1.0` and `community.docker` collection to `1.6.1`.
1516

1617
BUG FIXES:
1718

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ With the advent of Ansible collections and the release of the [NGINX Core Ansibl
2727
---
2828
collections:
2929
- name: community.general
30-
version: 3.0.0
30+
version: 3.1.0
3131
- name: ansible.posix
3232
version: 1.2.0
3333
```

0 commit comments

Comments
 (0)