mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-17 09:24:32 +02:00
6 lines
183 B
YAML
6 lines
183 B
YAML
- block:
|
|
- name: "reset (if enabled)"
|
|
include_tasks: 01_reset.yml
|
|
when: MODE_RESET | bool
|
|
- include_tasks: utils/run_once.yml
|
|
when: run_once_sys_systemctl is not defined |