From f104e1dfdf3211bad6d2ee83bca1d26ea25c2675 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 449a45cc64..d1fc9c90a3 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.6.0 - name: kubernetes.core