From 9acb06e2f300e0650dc4842ec8a2632b02212c40 Mon Sep 17 00:00:00 2001 From: lumiere-bot <98047013+lumiere-bot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 19:07:09 +0000 Subject: [PATCH] feat(ansible): update ansible.posix to 1.5.1 | datasource | package | from | to | | ----------------- | ------------- | ----- | ----- | | galaxy-collection | ansible.posix | 1.4.0 | 1.5.1 | --- ansible/requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 5e3b58c905..7cb3151afc 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -1,7 +1,7 @@ --- collections: - name: ansible.posix - version: 1.4.0 + version: 1.5.1 - name: community.general version: 6.2.0 - name: kubernetes.core