ansible-pihole/handlers/main.yml

8 lines
168 B
YAML
Raw Normal View History

2020-07-04 14:17:17 +00:00
---
2020-07-05 10:11:55 +00:00
# handlers file for ansible-pihole
- name: restart pihole container
docker_container:
2020-07-05 10:12:10 +00:00
name: "{{ pihole_container_name }}"
2020-07-05 10:11:55 +00:00
state: started
restart: yes