ansible-taler-exchange

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

commit 096f1040211ca172e7507421d6b0595d5c951b12
parent 9ecc1b659fd2f6cf6644320773def711be8f41a1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 21 Jun 2025 23:57:20 +0200

note on impending removal of PROGRAM linke for INFO checks (#9874)

Diffstat:
Mroles/exchange_tops/templates/etc/taler-exchange/conf.d/kyc-rules.conf | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/roles/exchange_tops/templates/etc/taler-exchange/conf.d/kyc-rules.conf b/roles/exchange_tops/templates/etc/taler-exchange/conf.d/kyc-rules.conf @@ -112,7 +112,8 @@ CONTEXT = {} CHECK_NAME = form-info-investigation # It's an INFO, so the program will never run, but we still # must specify one. Maybe make PROGRAM not required for -# INFO-checks? #9874 +# INFO-checks? #9874 was implemented +# => remove the next line once we are deploying an exchange with this fix! PROGRAM = preserve-investigate VOLUNTARY = YES CONTEXT = {} @@ -121,7 +122,8 @@ CONTEXT = {} CHECK_NAME = form-info-internal-error # It's an INFO, so the program will never run, but we still # must specify one. Maybe make PROGRAM not required for -# INFO-checks? #9874 +# INFO-checks? #9874 was implemented +# => remove the next line once we are deploying an exchange with this fix! PROGRAM = preserve-investigate VOLUNTARY = YES CONTEXT = {}