From 99a4ad7b93036e84188043b4ab412f7222b19ed4 Mon Sep 17 00:00:00 2001 From: "wyoa-bot[bot]" <98073241+wyoa-bot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 04:08:36 +0000 Subject: [PATCH] feat(ansible): update ansible.posix to 1.6.2 | datasource | package | from | to | | ----------------- | ------------- | ----- | ----- | | galaxy-collection | ansible.posix | 1.5.4 | 1.6.2 | --- 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..df3b99393 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.2 - name: community.docker version: 3.5.0 - name: community.general