From 2b486bf21f7c68f8a7eb163e3e1b873070bcf45c Mon Sep 17 00:00:00 2001 From: Trux-Bot <19149206+trux-bot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 05:18:32 +0000 Subject: [PATCH] :arrow_up: feat(ansible): Update ansible.posix to 1.4.0 Signed-off-by: Nat Allan <19149206+Truxnell@users.noreply.github.com> --- infra/ansible/requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/ansible/requirements.yml b/infra/ansible/requirements.yml index ee8ad0dc2b..97aa7adba4 100644 --- a/infra/ansible/requirements.yml +++ b/infra/ansible/requirements.yml @@ -1,7 +1,7 @@ --- collections: - name: ansible.posix - version: 1.3.0 + version: 1.4.0 - name: community.general version: 5.2.0 - name: kubernetes.core