7 lines
156 B
YAML
7 lines
156 B
YAML
#SPDX-License-Identifier: GPL-3.0-only
|
|
---
|
|
- name: traefik_restart
|
|
ansible.builtin.systemd:
|
|
name: '{{ traefik_name }}.service'
|
|
state: restarted
|