ansible-taler-exchange

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

commit 221b704ea301d5b20c136cfaa42106b104cbd8d9
parent e2f4d907d2ccaa9fa46650f2e27d722af7743df0
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed, 22 Jul 2026 17:43:49 +0200

remove dead option -n from challenger-dbconfig invocations

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 @@ -168,17 +168,17 @@ - name: Setup SMS Challenger database ansible.builtin.command: - cmd: challenger-dbconfig -c /etc/challenger/challenger-sms.conf -u challenger-sms -n challenger-sms + cmd: challenger-dbconfig -c /etc/challenger/challenger-sms.conf -u challenger-sms chdir: /tmp - name: Setup Postal Challenger database ansible.builtin.command: - cmd: challenger-dbconfig -c /etc/challenger/challenger-postal.conf -u challenger-postal -n challenger-postal + cmd: challenger-dbconfig -c /etc/challenger/challenger-postal.conf -u challenger-postal chdir: /tmp - name: Setup email Challenger database ansible.builtin.command: - cmd: challenger-dbconfig -c /etc/challenger/challenger-email.conf -u challenger-email -n challenger-email + cmd: challenger-dbconfig -c /etc/challenger/challenger-email.conf -u challenger-email chdir: /tmp - name: Force ansible to regather newly created fact(s) about sms-challenger