Skip to content

Commit

Permalink
Bump Ansible collections (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg authored Jun 11, 2024
1 parent a7eaf22 commit 154c6cf
Show file tree
Hide file tree
Showing 3 changed files with 7 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: 9.0.1
- name: community.crypto # Only required if you plan to install NGINX Plus
version: 2.14.1
version: 2.20.0
- name: community.docker # Only required if you plan to use Molecule
version: 3.4.7
version: 3.10.3
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ FEATURES:
ENHANCEMENTS:

- Allow strings in addition to a list when configuring `logrotate`.
- Bump the Ansible `community.general` collection to `9.0.1`, `community.crypto` collection to `2.20.0` and `community.docker` collection to `3.10.3`.

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: 6.4.0
version: 9.0.1
- name: community.crypto # Only required if you plan to install NGINX Plus
version: 2.14.1
version: 2.20.0
- name: community.docker # Only required if you plan to use Molecule (see below)
version: 3.4.7
version: 3.10.3
```
**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 154c6cf

Please sign in to comment.