2023-07-10 12:52:33 +00:00
|
|
|
---
|
|
|
|
- import_tasks: prepare_facts.yml
|
|
|
|
- import_tasks: prepare_directory.yml
|
|
|
|
- import_tasks: download_iso.yml
|
2024-04-30 10:39:24 +00:00
|
|
|
when: dietpi_reconfig is undefined or not dietpi_reconfig
|
2023-07-10 12:52:33 +00:00
|
|
|
- import_tasks: burn_to_device.yml
|
2024-04-30 10:39:24 +00:00
|
|
|
when: dietpi_reconfig is undefined or not dietpi_reconfig
|
2023-07-10 12:52:33 +00:00
|
|
|
- import_tasks: template_configs.yml
|