Skip to content

Bump Ansible collections #476

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 1 commit into from
Dec 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.8.0
version: 4.1.0
- name: ansible.posix
version: 1.3.0
- name: community.docker
version: 2.0.0
version: 2.0.2
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ FEATURES:

ENHANCEMENTS:

Add Alpine Linux 3.15 to list of tested and supported platforms.
* Add Alpine Linux 3.15 to list of tested and supported platforms.
* Bump the Ansible `community.general` collection to `4.2.0` and `community.docker` collection to `2.0.2`.

BUG FIXES:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ If you wish to install NGINX Plus using this role, you will need to obtain an NG
---
collections:
- name: community.general
version: 3.8.0
version: 4.1.0
- name: ansible.posix
version: 1.3.0
- name: community.docker # Only required if you plan to use Molecule (see below)
version: 2.0.0
version: 2.0.2
```

**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.
Expand Down