Adding output folder creation
This commit is contained in:
parent
fa2f63e28e
commit
f5cd3128e7
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
|||
# file: roles/timelogger/tasks/main.yml
|
||||
|
||||
- name: Create output directory
|
||||
file:
|
||||
path: "{{ timeloggerOutputDirectory }}"
|
||||
state: directory
|
||||
|
||||
- name: Create script directory
|
||||
file:
|
||||
path: "{{ timeloggerScriptDirectory }}"
|
||||
state: directory
|
||||
|
|
Loading…
Add table
Reference in a new issue