From 3bae306f82a654abc1da7cea5bc34df11106dc72 Mon Sep 17 00:00:00 2001 From: kireque-bot <143391978+kireque-bot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:06:46 +0000 Subject: [PATCH] feat(ansible-collection): update community.general to 7.4.0 | datasource | package | from | to | | ----------------- | ----------------- | ----- | ----- | | galaxy-collection | community.general | 7.3.0 | 7.4.0 | --- infrastructure/ansible/requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/ansible/requirements.yml b/infrastructure/ansible/requirements.yml index dc9742a0e..4a82b91eb 100644 --- a/infrastructure/ansible/requirements.yml +++ b/infrastructure/ansible/requirements.yml @@ -3,7 +3,7 @@ collections: - name: community.crypto version: 2.15.1 - name: community.general - version: 7.3.0 + version: 7.4.0 - name: community.sops version: 1.6.5 - name: community.docker