16 lines
369 B
YAML
16 lines
369 B
YAML
---
|
|
- name: Create Download dirs
|
|
ansible.builtin.include_tasks:
|
|
file: 'directory.yml'
|
|
|
|
- name: Download OBS Studio Exporter
|
|
ansible.builtin.include_tasks:
|
|
file: 'download.yml'
|
|
|
|
- name: Install OBS Exporter
|
|
ansible.builtin.include_tasks:
|
|
file: 'install.yml'
|
|
|
|
- name: Configure Windows Firewall
|
|
ansible.builtin.include_tasks:
|
|
file: 'firewall.yml'
|