ansible-taler-exchange

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

commit 00f9dbb6c0281a7cc4533af515bd5884a03af0a0
parent d3627b8d1629cc989ac32ea94fee49381b3be278
Author: Florian Dold <florian@dold.me>
Date:   Wed, 10 Jun 2026 11:51:58 +0200

-typo

Diffstat:
Mroles/devtesting/tasks/files/taler-devtesting | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/devtesting/tasks/files/taler-devtesting b/roles/devtesting/tasks/files/taler-devtesting @@ -31,7 +31,7 @@ def fake_incoming(credit_payto, debit_payto): if debit_payto is not None: debit_opts = ["--debit-payto", debit_payto] print(f"Faking incoming {currency} transaction", file=sys.stderr) - print(f"Debir Payto: ", debit_payto, file=sys.stderr) + print(f"Debit Payto: ", debit_payto, file=sys.stderr) subprocess.run( [ "sudo",