initial import
This commit is contained in:
13
handlers/main.yml
Normal file
13
handlers/main.yml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
- name: reload dnsmasq
|
||||
systemd: name=dnsmasq state=reloaded
|
||||
delegate_to: localhost
|
||||
connection: local
|
||||
|
||||
- name: restart container
|
||||
lxd_container:
|
||||
name: "{{ inventory_hostname }}"
|
||||
state: restarted
|
||||
delegate_to: localhost
|
||||
connection: local
|
||||
|
Reference in New Issue
Block a user