ansible-webmin/roles/configure_subpath/handlers/main.yml
GregoryDosh 3596dcf04c
All checks were successful
Publish Collection / Publish Collection (push) Successful in 11s
feat: Initial Release 🌈🐻
2025-11-18 18:29:36 -06:00

9 lines
212 B
YAML

# SPDX-License-Identifier: AGPL-3.0-or-later
# SPDX-FileCopyrightText: 2025 Dosh LLC
---
- name: Restart webmin
become: true
ansible.builtin.service:
name: "webmin"
enabled: true
state: restarted