diff --git a/.github/workflows/requirements/requirements_ansible.yml b/.github/workflows/requirements/requirements_ansible.yml index 97d7fb73c..8415cf69f 100644 --- a/.github/workflows/requirements/requirements_ansible.yml +++ b/.github/workflows/requirements/requirements_ansible.yml @@ -1,8 +1,8 @@ --- collections: - name: community.general - version: 5.1.1 + version: 5.4.0 - name: ansible.posix version: 1.4.0 - name: community.docker - version: 2.6.0 + version: 2.7.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2685cad6e..f31c9582e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ ENHANCEMENTS: * Add support for PCRE 2 and OpenSSL 3.0 (built from source) when building NGINX from source. * Tweak Release Drafter config. -* Bump the Ansible `community.general` collection to `5.1.1`, `ansible.posix` collection to `1.4.0` and `community.docker` collection to `2.6.0`. +* Bump the Ansible `community.general` collection to `5.4.0`, `ansible.posix` collection to `1.4.0` and `community.docker` collection to `2.7.0`. * Re-add Alpine Linux tests to `downgrade` Molecule scenarios. BUG FIXES: diff --git a/README.md b/README.md index c10260143..71a771d3d 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: 5.1.1 + version: 5.4.0 - name: ansible.posix version: 1.4.0 - name: community.docker # Only required if you plan to use Molecule (see below) - version: 2.6.0 + version: 2.7.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.