infrastructure/ansible/roles/home_assistant/handlers/main.yml
Jake Howard 24d11deeae
Update ansible-lint
Required a lot of renaming :(
2020-09-26 17:53:47 +01:00

5 lines
109 B
YAML

- name: restart homeassistant
shell:
chdir: /opt/home-assistant
cmd: "{{ docker_update_command }}"