Fix not importing configure

This commit is contained in:
SebClem 2023-02-17 14:51:36 +01:00
parent 7e7a8e28a6
commit d234fad50d
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -3,3 +3,7 @@
- name: Install Borg
ansible.builtin.include_tasks:
file: preflight.yml
- name: Configure borg server
ansible.builtin.include_tasks:
file: configure.yml