mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
8 lines
252 B
YAML
8 lines
252 B
YAML
- name: "reset (if enabled)"
|
|
include_tasks: reset.yml
|
|
when: MODE_RESET | bool and run_once_sys_rst_daemon is not defined
|
|
|
|
- name: run {{ role_name }} once
|
|
set_fact:
|
|
run_once_sys_rst_daemon: true
|
|
when: run_once_sys_rst_daemon is not defined |