diff --git a/.github/workflows/requirements/requirements_ansible.yml b/.github/workflows/requirements/requirements_ansible.yml index 8ba6ebc..5bed398 100644 --- a/.github/workflows/requirements/requirements_ansible.yml +++ b/.github/workflows/requirements/requirements_ansible.yml @@ -3,8 +3,8 @@ collections: - name: ansible.posix version: 1.5.4 - name: community.general - version: 7.1.0 + version: 9.2.0 - name: community.crypto # Only required if you plan to to test the NGINX Plus Molecule scenario - version: 2.14.0 + version: 2.21.1 - name: community.docker # Only required if you plan to use Molecule - version: 3.4.7 + version: 3.11.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 72fa4b3..709b147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 0.7.2 (Unreleased) +FEATURES: + +- Bump the Ansible `community.general` collection to `9.2.0`, `community.crypto` collection to `2.21.1` and `community.docker` collection to `3.11.0`. + BUG FIXES: - Fix incompatibility when using the `listen` directive and setting both the `quic` and `so_keepalive` parameters. diff --git a/README.md b/README.md index fcc3bb0..49d1f32 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ This role configures NGINX Open Source and NGINX Plus on your target host. - name: ansible.posix version: 1.5.4 - name: community.general - version: 7.1.0 + version: 9.2.0 - name: community.docker # Only required if you plan to use Molecule (see below) - version: 3.4.7 + version: 3.11.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.