18 lines
354 B
YAML
18 lines
354 B
YAML
---
|
|
- block:
|
|
- import_tasks: package.yml
|
|
when: prusa_slicer_use_package | bool
|
|
tags:
|
|
- prusa-slicer:install
|
|
|
|
- import_tasks: install_from_github.yml
|
|
when: not prusa_slicer_use_package | bool
|
|
tags:
|
|
- prusa-slicer:install
|
|
|
|
- import_tasks: configure.yml
|
|
tags:
|
|
- prusa-slicer:configure
|
|
|
|
tags:
|
|
- prusa-slicer
|