5 lines
187 B
YAML
5 lines
187 B
YAML
- name: pull and start homeassistant container
|
|
become: true
|
|
ansible.builtin.shell:
|
|
cmd: cd /home/{{ ansible_user }}/home-assistant-components/home-assistant; docker compose up -d
|