mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-03 16:09:29 +00:00
10 lines
244 B
YAML
10 lines
244 B
YAML
- name: Include dependency 'sys-daemon'
|
|
include_role:
|
|
name: sys-daemon
|
|
when: run_once_sys_daemon is not defined
|
|
|
|
- name: "reset (if enabled)"
|
|
include_tasks: 02_reset.yml
|
|
when: MODE_RESET | bool
|
|
|
|
- include_tasks: utils/run_once.yml |