ansible-taler-exchange

Ansible playbook to deploy a production Taler Exchange
Log | Files | Refs | Submodules | README | LICENSE

commit 50a505bc308856ec8951cae47f386b5fe7b49a4d
parent b050ad87e3936b8934930c3a159fce0598232a9d
Author: Florian Dold <florian@dold.me>
Date:   Mon,  6 Jul 2026 18:26:58 +0200

install taler-challenger-helpers

Diffstat:
Mroles/challenger/tasks/pre-exchange.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/roles/challenger/tasks/pre-exchange.yml b/roles/challenger/tasks/pre-exchange.yml @@ -33,6 +33,7 @@ ansible.builtin.apt: name: - challenger-httpd + - taler-challenger-helpers - texlive-latex-base # for pdflatex of the postal challenger - texlive-latex-recommended # for the scrlttr2.cls state: latest