9 lines
227 B
YAML
9 lines
227 B
YAML
|
---
|
||
|
- name: Create folder for obs szene loundness plugin
|
||
|
ansible.windows.win_file:
|
||
|
state: directory
|
||
|
path: '{{ item }}'
|
||
|
with_items:
|
||
|
- '{{ win_loundnessdoc__root }}'
|
||
|
- '{{ win_loundnessdoc__root }}\loundness'
|