From 0f40ae25daf6174719b6b5537547af07751cc146 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:48:52 +0200 Subject: [PATCH] chore(deps): update dependency ansible.posix to v1.6.1 (#98) Signed-off-by: Renovate Bot --- files/requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/requirements.yml b/files/requirements.yml index 85c4f0f..8b7f8f1 100644 --- a/files/requirements.yml +++ b/files/requirements.yml @@ -5,7 +5,7 @@ collections: version: '5.1.2' - name: ansible.posix source: https://galaxy.ansible.com - version: '1.6.0' + version: '1.6.1' - name: community.general source: https://galaxy.ansible.com version: '9.5.0'