From 9ef453f850eb1cfaef5970247e408274c073ed20 Mon Sep 17 00:00:00 2001 From: roy-batty-bot <194077+roy-batty-bot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 11:18:05 +0000 Subject: [PATCH] feat(ansible): update dependency ansible.posix to v1.4.0 | datasource | package | from | to | | ----------------- | ------------- | ----- | ----- | | galaxy-collection | ansible.posix | 1.3.0 | 1.4.0 | --- provision/ansible/requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provision/ansible/requirements.yml b/provision/ansible/requirements.yml index 8e6a75d81..4447b3153 100644 --- a/provision/ansible/requirements.yml +++ b/provision/ansible/requirements.yml @@ -5,7 +5,7 @@ collections: - name: community.sops version: 1.2.1 - name: ansible.posix - version: 1.3.0 + version: 1.4.0 roles: - src: xanmanning.k3s version: v3.1.2