diff options
author | 2024-07-16 22:53:53 +0000 | |
---|---|---|
committer | 2024-07-18 01:07:06 +0100 | |
commit | 3b3e872f53033fddb93f6232b3e5fb4d52b1649c (patch) | |
tree | 29862eddb17e2ec2c299014788abbc3536bfd3b4 | |
parent | chore(deps): update poetry (diff) |
chore(deps): update ansible
| datasource | package | from | to |
| ----------------- | ----------------- | ------ | ------ |
| galaxy-collection | community.crypto | 2.20.0 | 2.21.0 |
| galaxy-collection | community.general | 8.6.2 | 8.6.3 |
-rw-r--r-- | ansible/roles/requirements.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/roles/requirements.yml b/ansible/roles/requirements.yml index d047344..cd20818 100644 --- a/ansible/roles/requirements.yml +++ b/ansible/roles/requirements.yml @@ -3,8 +3,8 @@ collections: - name: ansible.posix version: 1.5.4 - name: community.crypto - version: 2.20.0 + version: 2.21.0 - name: community.general - version: 8.6.2 + version: 8.6.3 - name: community.postgresql version: 3.4.1 |