diff options
author | 2024-07-01 21:07:36 +0000 | |
---|---|---|
committer | 2024-07-01 21:07:36 +0000 | |
commit | 04bfd783c031f832d460b81b391f172b6a73d35f (patch) | |
tree | 83b1a249d034fe5201e8c314de01353d5a859bb9 | |
parent | Move noqa definition required in latest ruff version (diff) |
Update ansible
| datasource | package | from | to |
| ----------------- | -------------------- | ------ | ------ |
| galaxy-collection | community.crypto | 2.19.0 | 2.20.0 |
| galaxy-collection | community.general | 8.6.0 | 8.6.2 |
| galaxy-collection | community.postgresql | 3.4.0 | 3.4.1 |
-rw-r--r-- | ansible/roles/requirements.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ansible/roles/requirements.yml b/ansible/roles/requirements.yml index 063bead..d047344 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.19.0 + version: 2.20.0 - name: community.general - version: 8.6.0 + version: 8.6.2 - name: community.postgresql - version: 3.4.0 + version: 3.4.1 |