--- - 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'