Mount homeassistant data into restic for external backup

This commit is contained in:
Jake Howard
2021-11-21 21:53:35 +00:00
parent 47bcbd855e
commit eed75d8648
4 changed files with 38 additions and 0 deletions

View File

@ -90,3 +90,7 @@
mode: "0600"
become: true
when: ansible_os_family == 'Archlinux'
- name: Install HomeAssistant mounts
include_tasks: homeassistant.yml
when: ansible_hostname == 'pve-restic'