mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
6 lines
153 B
YAML
6 lines
153 B
YAML
- block:
|
|
- include_tasks: 01_core.yml
|
|
- set_fact:
|
|
run_once_drv_epson_multiprinter: true
|
|
when: run_once_drv_epson_multiprinter is not defined
|