From 28b0946d0232f20056f4c50bcc03305848e55f38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:20:56 +0000 Subject: [PATCH] feat(ansible): update community.sops to 1.8.1 --- ansible/requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 143b64a4..3358928f 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -3,7 +3,7 @@ collections: - name: community.general version: 8.1.0 - name: community.sops - version: 1.6.7 + version: 1.8.1 - name: ansible.posix version: 1.5.4 - name: ansible.utils