xoxys.kernel/handlers/main.yml
Robert Kaussow 2f53b0c3d5
All checks were successful
continuous-integration/drone/push Build is passing
ci: remove rocky8 tests and switch to rocky9
2022-09-20 09:14:59 +02:00

14 lines
256 B
YAML

---
- name: Reload kernel configuration
command: "sysctl --system"
listen: __kernel_reload
become: True
become_user: root
- name: Reboot server
reboot:
reboot_timeout: 600
listen: __kernel_server_restart
become: True
become_user: root