- name: create accounting log folder VAPI
  file: path={{ VAPI_DIR }}/data/logs/accounting state=directory mode=0777 recurse=yes
  delegate_to: localhost

- name: create reports folder VAPI
  file: path={{ VAPI_DIR }}/data/reports state=directory mode=0777 recurse=yes
  delegate_to: localhost
