ansible-taler-exchange

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

main.yml (478B)


      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
     10   environment:
     11     ANSIBLE_REMOTE_TMP: /tmp/ansible