infra/roles/hass-appdaemon/handlers/main.yml

14 lines
348 B
YAML

---
- name: restart hass-ad container
docker_container:
name: hass-ad
state: started
restart: true
when:
- hass_ad_container is not defined or not hass_ad_container.changed
- hass_ad_container_state|default("stopped") == "started"
- hass_ad_restart_handler|default(true)
- hass_ad_app is not defined
#when: false