From 4dab565cc717d32eae25caa1702187f953269045 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 19 Sep 2024 09:22:11 +0300 Subject: [PATCH] Fix stirling-pdf version in requirements file Related to https://github.com/mother-of-all-self-hosting/mash-playbook/pull/260 --- templates/requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/requirements.yml b/templates/requirements.yml index ea50c681..4643f881 100644 --- a/templates/requirements.yml +++ b/templates/requirements.yml @@ -348,7 +348,7 @@ name: ssh activation_prefix: system_security_ssh_ - src: git+https://github.com/Bergruebe/ansible-role-stirling-pdf.git - version: v0.28.3-fat + version: 0.28.3 name: stirling_pdf activation_prefix: stirling_pdf_ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-swap.git