From 13cbd67750102a12dd8939c58f4379b7efea20e4 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Thu, 9 Dec 2021 22:43:14 +0100 Subject: [PATCH] Bump Ansible collections (#476) --- .github/workflows/requirements/requirements_ansible.yml | 4 ++-- CHANGELOG.md | 3 ++- README.md | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/requirements/requirements_ansible.yml b/.github/workflows/requirements/requirements_ansible.yml index 9fef21c..06239f2 100644 --- a/.github/workflows/requirements/requirements_ansible.yml +++ b/.github/workflows/requirements/requirements_ansible.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9532bc5..ebd6ddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/README.md b/README.md index 4168e5e..95db16e 100644 --- a/README.md +++ b/README.md @@ -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.