aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-09-12 01:26:34 +0000
committerGravatar GitHub <[email protected]>2024-09-12 01:26:34 +0000
commit67b1da74311be760619e5f3e3ae6477f3e23af38 (patch)
tree6e2243365a433e1cebce8a4a0aef466bcd9ec0d2
parentLower metabase database connection pool size (diff)
Update ansible
| datasource | package | from | to | | ----------------- | ----------------- | ----- | ----- | | galaxy-collection | ansible.posix | 1.5.4 | 1.6.0 | | galaxy-collection | community.general | 9.3.0 | 9.4.0 |
-rw-r--r--ansible/roles/requirements.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/roles/requirements.yml b/ansible/roles/requirements.yml
index 8e47594..f74f3a5 100644
--- a/ansible/roles/requirements.yml
+++ b/ansible/roles/requirements.yml
@@ -1,11 +1,11 @@
---
collections:
- name: ansible.posix
- version: 1.5.4
+ version: 1.6.0
- name: community.crypto
version: 2.22.0
- name: community.general
- version: 9.3.0
+ version: 9.4.0
- name: community.postgresql
version: 3.5.0