From 6236994e8af777711b0716e02ae7246e106fd5dc Mon Sep 17 00:00:00 2001 From: "wyoa-bot[bot]" <98073241+wyoa-bot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 04:07:47 +0000 Subject: [PATCH] feat(ansible): update ansible.posix to 1.6.1 | datasource | package | from | to | | ----------------- | ------------- | ----- | ----- | | galaxy-collection | ansible.posix | 1.5.4 | 1.6.1 | --- 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 7b64f8bea..0f11b9e03 100644 --- a/infrastructure/ansible/requirements.yml +++ b/infrastructure/ansible/requirements.yml @@ -1,7 +1,7 @@ --- collections: - name: ansible.posix - version: 1.5.4 + version: 1.6.1 - name: community.docker version: 3.5.0 - name: community.general