- name: copy Web/Accounting.php
  template:
    src: "files/app_configs/library/Web/Accounting.php"
    dest: "{{ orchard_app_document_root }}/library/Web/Accounting.php"
  tags:
    - orchard-app-init
    - orchard-app-init-files-accounting

- name: copy Accounting/setupAccounting.php
  template:
    src: "files/app_configs/scripts/Accounting/setupAccounting.php"
    dest: "{{ orchard_app_document_root }}/scripts/Accounting/setupAccounting.php"
  tags:
    - orchard-app-init
    - orchard-app-init-files-accounting

- name: copy Web/Accounting/Logger.php
  template:
    src: "files/app_configs/library/Web/Accounting/Logger.php"
    dest: "{{ orchard_app_document_root }}/library/Web/Accounting/Logger.php"
  tags:
    - orchard-app-init
    - orchard-app-init-files-accounting