diff options
| author | 2025-01-27 08:39:50 +0000 | |
|---|---|---|
| committer | 2025-02-01 21:06:50 +0100 | |
| commit | f3a7d2ed65173f92df0e6cd6cfc825d42247fb36 (patch) | |
| tree | 76b2f8080653a11454c5adc0075b1826da4162df /ansible/roles | |
| parent | Another AoC cookie update (diff) | |
Update ansible
| datasource        | package              | from   | to     |
| ----------------- | -------------------- | ------ | ------ |
| galaxy-collection | ansible.posix        | 1.6.0  | 1.6.2  |
| galaxy-collection | community.crypto     | 2.22.0 | 2.24.0 |
| galaxy-collection | community.general    | 9.4.0  | 9.5.4  |
| galaxy-collection | community.postgresql | 3.5.0  | 3.10.2 |
Diffstat (limited to 'ansible/roles')
| -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 f74f3a5..6735e77 100644 --- a/ansible/roles/requirements.yml +++ b/ansible/roles/requirements.yml @@ -1,13 +1,13 @@  ---  collections:    - name: ansible.posix -    version: 1.6.0 +    version: 1.6.2    - name: community.crypto -    version: 2.22.0 +    version: 2.24.0    - name: community.general -    version: 9.4.0 +    version: 9.5.4    - name: community.postgresql -    version: 3.5.0 +    version: 3.10.2  roles:    - name: dmarc_metrics_exporter | 
