From e73f1cf9330963dc621556169920e3329fe206d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 05:30:13 +0000 Subject: [PATCH] feat(ansible): update ansible.posix to 1.6.2 --- ansible/requirements.yaml | 2 +- bootstrap/templates/ansible/requirements.yaml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/requirements.yaml b/ansible/requirements.yaml index a0046268..461aead1 100644 --- a/ansible/requirements.yaml +++ b/ansible/requirements.yaml @@ -1,7 +1,7 @@ --- collections: - name: ansible.posix - version: 1.5.4 + version: 1.6.2 - name: ansible.utils version: 4.1.0 - name: community.general diff --git a/bootstrap/templates/ansible/requirements.yaml.j2 b/bootstrap/templates/ansible/requirements.yaml.j2 index a0046268..461aead1 100644 --- a/bootstrap/templates/ansible/requirements.yaml.j2 +++ b/bootstrap/templates/ansible/requirements.yaml.j2 @@ -1,7 +1,7 @@ --- collections: - name: ansible.posix - version: 1.5.4 + version: 1.6.2 - name: ansible.utils version: 4.1.0 - name: community.general