You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
244 B
YAML

- name: Check if we already installed borgmatic
stat:
path: "/etc/systemd/system/borgmatic@.service"
register: borgmatic_installed
- name: "Install borg and borgmatic"
include: install.yml
when: not borgmatic_installed.stat.exists