11 lines
247 B
YAML
Raw Normal View History

2025-04-03 01:55:16 +02:00
# SPDX-License-Identifier: MIT
- name: 'Reboot machine'
ansible.builtin.reboot:
test_command: 'qm list'
- name: 'Restart fancontrol.service'
ansible.builtin.service:
name: 'fancontrol.service'
state: 'restarted'
enabled: true