mirror of
https://github.com/fspc/workstand.git
synced 2025-02-28 19:43:24 -05:00
5 lines
200 B
YAML
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
|