ansible-taler-exchange

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

commit 293607ced2ef241f57a9db8aa88916bd356b0186
parent 50a505bc308856ec8951cae47f386b5fe7b49a4d
Author: Florian Dold <florian@dold.me>
Date:   Mon,  6 Jul 2026 20:29:31 +0200

restart challenger

Diffstat:
Mroles/challenger/tasks/pre-exchange.yml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/roles/challenger/tasks/pre-exchange.yml b/roles/challenger/tasks/pre-exchange.yml @@ -271,19 +271,19 @@ ansible.builtin.systemd: daemon_reload: true name: sms-challenger-httpd - state: started + state: restarted enabled: true - name: Ensure email challenger service is enabled and started ansible.builtin.systemd: name: email-challenger-httpd - state: started + state: restarted enabled: true - name: Ensure postal challenger service is enabled and started ansible.builtin.systemd: name: postal-challenger-httpd - state: started + state: restarted enabled: true - name: Generate challenger nginx configuration files (tls config)