role.prepare_lxc_host/handlers/main.yml

14 lines
156 B
YAML
Raw Permalink Normal View History

2024-03-12 20:39:29 +00:00
---
- name: Restart dnsmasq
service:
name: dnsmasq
state: restarted
- name: Restart lxc-net
service:
name: lxc-net
state: restarted