ansible-taler-exchange

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

main.yml (426B)


      1 - name: sanctions-reset
      2   ansible.builtin.command:
      3     # Command line argument ("robocop /var/lib/taler-exchange/{{ sanction_list }}")
      4     # is deprecated and lives in the config now.
      5     # Only kept for compatibility, should be removed soon.
      6     cmd: taler-exchange-sanctionscheck --reset --norun robocop /var/lib/taler-exchange/{{ sanction_list }}
      7     chdir: /tmp
      8   become: true
      9   become_user: taler-exchange-sanctionscheck