Fix(Choux): Mount backup drive

This commit is contained in:
2018-11-10 16:24:18 +01:00
parent 12846a8adc
commit 2f1dbe2fca
2 changed files with 12 additions and 1 deletions

View File

@@ -1,4 +1,12 @@
---
- name: Mount backup disk
mount:
path: {{ backup_mount_point }}
src: "UUID={{ backup_disk_uuid }}"
fstype: ext4
opts: default
state: present
- name: Install borgbackup
pacman:
name: borg