Files
wtf/roles/mastodon/handlers/main.yml
2026-07-09 11:46:56 +03:00

9 lines
175 B
YAML

#SPDX-License-Identifier: MIT-0
---
# handlers file for mastodon
- name: Reload systemd user units
ansible.builtin.systemd_service:
daemon_reload: true
scope: user