- name: Install Frontend Accounting YARN
  command: "yarn --frozen-lockfile"
  ignore_errors: yes
  args:
      chdir: "{{orchard_frontend_accounting_reserves_document_root}}"
  tags:
    - orchard-frontend-accounting-reserves-init

- name: Install Frontend Accounting YARN
  command: "yarn install"
  ignore_errors: yes
  args:
      chdir: "{{orchard_frontend_accounting_reserves_document_root}}"
  tags:
    - orchard-frontend-accounting-reserves-init
