ansible-taler-exchange

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

commit ad9c5a81573cce43c8f0f5b6288f639427831a5a
parent 794ea4921f09d2bb91e74481d958011d8db2b7c4
Author: Florian Dold <florian@dold.me>
Date:   Fri,  3 Jul 2026 17:25:16 +0200

fix duplicate config section name

Diffstat:
Mroles/exchange_tops/templates/etc/taler-exchange/conf.d/kyc-rules.conf | 4++--
1 file changed, 2 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 @@ -389,13 +389,13 @@ ENABLED = YES FALLBACK = freeze-investigate -[aml-program-preserve-set-expire-from-context] +[aml-program-preserve-set-expiration] DESCRIPTION = "Measure that preserves the current rules but sets them to expire based on the context. The successor measure to activate on expiration can also be specified in the context. Useful when AML staff merely wants to set an expiration date." COMMAND = taler-exchange-helper-measure-preserve-set-expiration ENABLED = YES FALLBACK = freeze-investigate -[aml-program-preserve-set-expire-from-context] +[aml-program-update-from-context] DESCRIPTION = "Measure that modifies the current rules by combining them with those from the context. The expiration time and successor measure to activate on expiration can also be specified in the context. Useful when AML staff merely wants to update rules." COMMAND = taler-exchange-helper-measure-update-from-context ENABLED = YES