1
0
mirror of https://github.com/fspc/workstand.git synced 2025-03-13 01:43:22 -04:00
2016-03-23 16:29:28 -06:00

5 lines
200 B
YAML

---
- name: create webapps log directory
action: file dest={{ webapps_dir }}/{{ app_name }}/log state=directory
- name: create webapps directory
action: file dest={{ webapps_dir }} state=directory