Switch all includes to import_tasks.

This commit is contained in:
Tom Alexander
2022-10-11 20:36:59 -04:00
parent 238885db9a
commit 207c7c2f71
5 changed files with 9 additions and 9 deletions

View File

@@ -24,8 +24,8 @@
validate: "zrepl configcheck --config %s"
notify: "restart zrepl"
- include: tasks/freebsd.yaml
- import_tasks: tasks/freebsd.yaml
when: 'os_flavor == "freebsd"'
- include: tasks/linux.yaml
- import_tasks: tasks/linux.yaml
when: 'os_flavor == "linux"'

View File

@@ -1,2 +1,2 @@
- include: tasks/common.yaml
- import_tasks: tasks/common.yaml
when: zfs_snapshot_datasets is defined