Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Ansible collections #671

Merged
merged 11 commits into from
Jun 11, 2024
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
Loading