From 3dd86a1f7aa2bf78c46d9efdfd86121de3245a60 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Wed, 22 Sep 2021 16:45:16 +0200 Subject: [PATCH] Bump Ansible collections (#445) --- .github/workflows/requirements/requirements_ansible.yml | 6 +++--- CHANGELOG.md | 1 + 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 a5d76a4..5dec3ee 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.5.0 + version: 3.7.0 - name: ansible.posix - version: 1.2.0 + version: 1.3.0 - name: community.docker - version: 1.9.0 + version: 1.9.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0965939..f942cd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ ENHANCEMENTS: * Update the README and Ansible metadata matrix of supported distributions. * Update the Molecule tests to include the newly supported distributions and remove distributions that are no longer supported. +* 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`. ## 0.21.0 (August 11, 2021) diff --git a/README.md b/README.md index 9016ac7..3b841ce 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ This role installs NGINX Open Source, NGINX Plus, or the NGINX Amplify agent on --- collections: - name: community.general - version: 3.5.0 + version: 3.7.0 - name: ansible.posix - version: 1.2.0 + version: 1.3.0 ``` **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.