From 773fb202fda61eec8f9bc0cd7041c178be20c8d5 Mon Sep 17 00:00:00 2001 From: "bot-akira[bot]" <159718293+bot-akira[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 20:10:37 +0000 Subject: [PATCH] =?UTF-8?q?fix(ansible):=20update=20community.general=20(?= =?UTF-8?q?=209.5.0=20=E2=86=92=209.5.1=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 9ba7e46f6..ae0f8e64c 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -1,7 +1,7 @@ --- collections: - name: community.general - version: 9.5.0 + version: 9.5.1 - name: community.sops version: 2.0.0 - name: ansible.posix