Skip to content

Commit

Permalink
chore(deps): Update Ansible collections (#507)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 30, 2024
1 parent 3d14bae commit 1f8eeca
Show file tree
Hide file tree
Showing 2 changed files with 6 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
@@ -1,10 +1,10 @@
---
collections:
- name: ansible.posix
version: 1.5.4
version: 1.6.2
- name: community.general
version: 9.2.0
version: 9.5.1
- name: community.crypto
version: 2.21.1
version: 2.22.3
- name: community.docker
version: 4.1.0
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ This will also ensure you are deploying/running this role with a fully tested ve
---
collections:
- name: ansible.posix
version: 1.5.4
version: 1.6.2
- name: community.general
version: 9.2.0
version: 9.5.1
- name: community.crypto # Only required if you plan to to test the NGINX Plus Molecule scenario
version: 2.21.1
version: 2.22.3
- name: community.docker # Only required if you plan to use Molecule
version: 4.1.0
```
Expand Down

0 comments on commit 1f8eeca

Please sign in to comment.