7 lines
152 B
YAML
7 lines
152 B
YAML
|
|
---
|
||
|
|
- name: Redémarrer unbound
|
||
|
|
ansible.builtin.systemd:
|
||
|
|
name: "{{ client_unbound_service }}"
|
||
|
|
state: restarted
|
||
|
|
when: not ansible_check_mode
|