 - name: create log folder
   file: path={{ orchard_api_document_root }}/data/logs/accounting state=directory mode=0777 recurse=yes
   tags:
    - orchard-api-init
    - orchard-api-init-folders
 - name: create reports folder
   file: path={{ orchard_api_document_root }}/data/reports state=directory mode=0777 recurse=yes
   tags:
    - orchard-api-init
    - orchard-api-init-folders

