Skip to content

Commit

Permalink
feat: Bump Ansible collections (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg authored Jul 28, 2024
1 parent 7460616 commit 511d91a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/requirements/requirements_ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 511d91a

Please sign in to comment.