mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 16:40:45 +02:00
7 lines
142 B
YAML
7 lines
142 B
YAML
- block:
|
|
- include_tasks: 01_core.yml
|
|
- set_fact:
|
|
run_once_util_desk_design: true
|
|
when: run_once_util_desk_design is not defined
|
|
|