Skip to content

Commit

Permalink
! HA: remove usage of wattpilot_install in homeassistant role
Browse files Browse the repository at this point in the history
  • Loading branch information
langchr86 committed Feb 21, 2025
1 parent 276b156 commit baccad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/homeassistant/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
vars:
service_name: "homeassistant"
auto_restart_if_failing: true
force_restart: "{{ core_config.changed or packages.changed or hacs.changed or wattpilot_install.changed }}"
force_restart: "{{ core_config.changed or packages.changed or hacs.changed }}"
service_dependencies:
- mosquitto.service
- caddy.service

0 comments on commit baccad4

Please sign in to comment.