ansible-taler-exchange

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

commit 62a4a594a1a8e4bb89d1b7396d2bcde32cad07ce
parent 25d02b8f0e9de816244ad778e013f59483766f8e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  9 May 2025 21:07:45 +0200

try to fix failure to (re)start exchange after challenger setup is complete

Diffstat:
Mroles/auditor/tasks/main.yml | 1+
Mroles/challenger/tasks/post-exchange.yml | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/roles/auditor/tasks/main.yml b/roles/auditor/tasks/main.yml @@ -128,6 +128,7 @@ - name: Ensure taler-auditor service is enabled and started service: + daemon_reload: true name: taler-auditor.target state: started enabled: true diff --git a/roles/challenger/tasks/post-exchange.yml b/roles/challenger/tasks/post-exchange.yml @@ -33,6 +33,7 @@ - name: Ensure taler-exchange service is is restarted with new configuration service: + daemon_reload: true name: taler-exchange.target state: restarted enabled: true