Skip to content

Commit

Permalink
Bump Ansible collections
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg committed May 22, 2024
1 parent 45cc55a commit 3d13e51
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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: 8.5.0
version: 9.0.0
- name: community.crypto # Only required if you plan to install NGINX Plus
version: 2.18.0
version: 2.20.0
- name: community.docker # Only required if you plan to use Molecule
version: 3.8.1
version: 3.10.2
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FEATURES:
ENHANCEMENTS:

- Allow strings in addition to a list when configuring `logrotate`.
- Bump the Ansible `community.general` collection to `8.5.0`, `community.crypto` collection to `2.18.0` and `community.docker` collection to `3.8.1`.
- Bump the Ansible `community.general` collection to `9.0.0`, `community.crypto` collection to `2.20.0` and `community.docker` collection to `3.10.2`.

BUG FIXES:

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: 8.5.0
version: 9.0.0
- name: community.crypto # Only required if you plan to install NGINX Plus
version: 2.18.0
version: 2.20.0
- name: community.docker # Only required if you plan to use Molecule (see below)
version: 3.8.1
version: 3.10.2
```
**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 3d13e51

Please sign in to comment.