ansible-taler-exchange

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

complete.yml (225B)


      1 ---
      2 - name: Record successful deployment after handlers and sanity checks
      3   ansible.builtin.file:
      4     path: "{{ deployment_state_directory }}/incomplete"
      5     state: absent
      6   changed_when: false
      7   when: not ansible_check_mode