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

chore(deps): Update Ansible collections #850

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 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: 2.0.0
- name: community.general
version: 10.2.0
version: 10.3.0
- name: community.crypto
version: 2.24.0
- name: community.docker
version: 4.3.0
version: 4.3.1
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ This will also ensure you are deploying/running this role with a fully tested ve
- name: ansible.posix
version: 2.0.0
- name: community.general
version: 10.2.0
version: 10.3.0
- name: community.crypto # Only required if you plan to install NGINX Plus
version: 2.24.0
- name: community.docker # Only required if you plan to use Molecule (see below)
version: 4.3.0
version: 4.3.1
```

- Instructions on how to install Ansible collections can be found in the [Ansible collections](https://docs.ansible.com/ansible/latest/collections_guide/collections_installing.html) guide.
Expand Down
Loading