feat(role): Initial commit

This commit is contained in:
2025-04-03 00:12:58 +02:00
parent 3e9b2ba91a
commit cf55d8b20e
11 changed files with 299 additions and 2 deletions

5
handlers/main.yml Normal file
View File

@@ -0,0 +1,5 @@
# SPDX-License-Identifier: MIT
- name: 'Reload systemd unit configs'
ansible.builtin.systemd_service:
daemon_reload: true
listen: 'Reload all systemd services'