ansible-pihole/handlers/main.yml

8 lines
175 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:
name: "{{ docker_pihole_container_name }}"
state: started
restart: yes