From 5a97a1970d26a512a019b49755a4915a762c1505 Mon Sep 17 00:00:00 2001 From: "kireque-bot[bot]" <143391978+kireque-bot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:10:43 +0000 Subject: [PATCH] feat(ansible-collection)!: Update community.general to 8.3.0 | datasource | package | from | to | | ----------------- | ----------------- | ----- | ----- | | galaxy-collection | community.general | 7.4.0 | 8.3.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 9da155593..b86d69a99 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.4.0 + version: 8.3.0 - name: community.sops version: 1.6.6 - name: community.docker