ansible-taler-exchange

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

commit 18cde6e6f0e8266a106252fb9e022471224e9e96
parent 0b54a96258b58fd8685f9ba8d81d64ad58fbc003
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Mon,  5 May 2025 16:03:15 +0200

re-add inform-investigate, with dummy AML prog

Diffstat:
Mroles/exchange/files/etc/taler-exchange/conf.d/kyc-rules.conf | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/roles/exchange/files/etc/taler-exchange/conf.d/kyc-rules.conf b/roles/exchange/files/etc/taler-exchange/conf.d/kyc-rules.conf @@ -135,6 +135,15 @@ PROGRAM = freeze-investigate VOLUNTARY = NO CONTEXT = {} +[kyc-measure-inform-investigate] +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 +PROGRAM = aml-program-preserve-investigate +VOLUNTARY = YES +CONTEXT = {} + [kyc-measure-sms-registration] CHECK_NAME = sms-registration PROGRAM = tops-sms-check