Skip to content

Commit

Permalink
Bump Ansible collections
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg committed Nov 14, 2023
1 parent 7a36c1b commit 616a508
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 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: 6.4.0
version: 8.0.2
- name: community.crypto # Only required if you plan to install NGINX Plus
version: 2.14.1
version: 2.16.0
- name: community.docker # Only required if you plan to use Molecule
version: 3.4.7
version: 3.4.11
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.24.3 (Unreleased)

ENHANCEMENTS:

- Bump the Ansible `community.general` collection to `8.0.2`, `community.crypto` collection to `2.16.0` and `community.docker` collection to `3.4.11`.


## 0.24.2 (October 3rd, 2023)

FEATURES:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ If you wish to install NGINX Plus using this role, you will need to obtain an NG
- name: ansible.posix
version: 1.5.4
- name: community.general
version: 6.4.0
version: 8.0.2
- name: community.crypto # Only required if you plan to install NGINX Plus
version: 2.14.1
version: 2.16.0
- name: community.docker # Only required if you plan to use Molecule (see below)
version: 3.4.7
version: 3.4.11
```
**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 616a508

Please sign in to comment.