1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-28 19:43:24 -05:00

5 lines
200 B
YAML
Raw Normal View History

2016-03-23 16:29:28 -06:00
---
- 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