Skip to content

Bump Ansible collections #419

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/requirements/requirements_ansible.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
collections:
- name: community.general
version: 3.1.0
version: 3.2.0
- name: ansible.posix
version: 1.2.0
- name: community.docker
version: 1.6.1
version: 1.7.0
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENHANCEMENTS:
* Replace Ansible base with Ansible core. Ansible core will be the "core" Ansible release moving forward from Ansible `2.11`.
* Update GitHub actions to add a workflow dispatch option.
* Replace "yes"/"no" boolean values with "true"/"false" to comply with YAML spec `1.2`.
* Update the Ansible `community.general` collection to `3.1.0` and `community.docker` collection to `1.6.1`.
* Update the Ansible `community.general` collection to `3.2.0` and `community.docker` collection to `1.7.0`.

BUG FIXES:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ With the advent of Ansible collections and the release of the [NGINX Core Ansibl
---
collections:
- name: community.general
version: 3.1.0
version: 3.2.0
- name: ansible.posix
version: 1.2.0
```
Expand Down