Reviewed-on: #2 Co-authored-by: Luciano Giacchetta <luciano@gianet.us> Co-committed-by: Luciano Giacchetta <luciano@gianet.us>
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
|