mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-02 15:39:57 +00:00
8 lines
319 B
YAML
8 lines
319 B
YAML
- block:
|
|
- name: "reset (if enabled) for {{ role_name}}"
|
|
include_tasks: 01_reset.yml
|
|
when: MODE_RESET | bool and run_once_sys_daemon is not defined
|
|
- name: Apply systemd manager defaults
|
|
include_tasks: 02_defaults.yml
|
|
- include_tasks: utils/once_finalize.yml
|
|
when: run_once_sys_daemon is not defined |