13 lines
252 B
YAML
13 lines
252 B
YAML
---
|
|
- import_tasks: zfs.yml
|
|
when: ariane_zfs
|
|
tags: ['ariane_zfs', 'zfs']
|
|
|
|
- import_tasks: lxc.yml
|
|
when: ariane_lxc
|
|
tags: ['ariane_lxc', 'lxc']
|
|
|
|
- import_tasks: lxc_void.yml
|
|
when: ariane_lxc_void
|
|
tags: ['ariane_lxc_void', 'lxc', 'lxc_void']
|