diff options
| author | 2025-07-17 02:50:31 +0000 | |
|---|---|---|
| committer | 2025-07-17 02:50:31 +0000 | |
| commit | 0ce463a065130b7892f28adb0253beb8871a22d2 (patch) | |
| tree | c6c8d34f9765e47fe2c668b4920aed4514a032e1 /ansible | |
| parent | Update Keycloak to 26.3.0 (diff) | |
Update ansiblerenovate/ansible
| datasource        | package              | from   | to     |
| ----------------- | -------------------- | ------ | ------ |
| galaxy-collection | ansible.posix        | 2.0.0  | 2.1.0  |
| galaxy-collection | community.crypto     | 2.26.1 | 2.26.3 |
| galaxy-collection | community.general    | 10.6.0 | 10.7.2 |
| galaxy-collection | community.postgresql | 3.14.0 | 3.14.2 |
Diffstat (limited to 'ansible')
| -rw-r--r-- | ansible/roles/requirements.yml | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/ansible/roles/requirements.yml b/ansible/roles/requirements.yml index 8283189..26378aa 100644 --- a/ansible/roles/requirements.yml +++ b/ansible/roles/requirements.yml @@ -1,13 +1,13 @@  ---  collections:    - name: ansible.posix -    version: 2.0.0 +    version: 2.1.0    - name: community.crypto -    version: 2.26.1 +    version: 2.26.3    - name: community.general -    version: 10.6.0 +    version: 10.7.2    - name: community.postgresql -    version: 3.14.0 +    version: 3.14.2  roles:    - name: dmarc_metrics_exporter  |