Skip to content

Commit

Permalink
feat: Bump Ansible collections (nginxinc#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg authored Jul 22, 2024
1 parent 15b5935 commit 096be1d
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_collections.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: 9.0.1
version: 9.2.0
- name: community.crypto # Only required if you plan to install NGINX Plus
version: 2.20.0
version: 2.21.1
- name: community.docker # Only required if you plan to use Molecule
version: 3.10.3
version: 3.11.0
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ FEATURES:

- Add support for installing NGINX Open Source on Alpine Linux 3.20.
- Add support for installing NGINX Agent on Ubuntu noble.
- 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`.

DOCUMENTATION:

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ This will also ensure you are deploying/running this role with a fully tested ve
- name: ansible.posix
version: 1.5.4
- name: community.general
version: 9.0.1
version: 9.2.0
- name: community.crypto # Only required if you plan to install NGINX Plus
version: 2.20.0
version: 2.21.1
- name: community.docker # Only required if you plan to use Molecule (see below)
version: 3.10.3
version: 3.11.0
```
- You will need to run this role as a root user using Ansible's `become` parameter. Make sure you have set up the appropriate permissions on your target hosts.
Expand Down

0 comments on commit 096be1d

Please sign in to comment.