From 430d6086b90e8a00b15ed1a48ae9185c651de64d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 13:00:15 +0000 Subject: [PATCH] feat(ansible)!: Update community.general to 9.0.0 | datasource | package | from | to | | ----------------- | ----------------- | ----- | ----- | | galaxy-collection | community.general | 7.1.0 | 9.0.0 | --- provision/ansible/requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provision/ansible/requirements.yml b/provision/ansible/requirements.yml index 8b2d051a..e05afc5b 100644 --- a/provision/ansible/requirements.yml +++ b/provision/ansible/requirements.yml @@ -1,7 +1,7 @@ --- collections: - name: community.general - version: 7.1.0 + version: 9.0.0 - name: community.sops version: 1.2.1 - name: ansible.posix