1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
- import_tasks: install.yml
when:
- services.mariadb.enable is true
- import_tasks: start.yml
when:
- services.mariadb.enable is true
- import_tasks: state.yml
when:
- services.mariadb.enable is true
- import_tasks: remove.yml
when:
- services.mariadb.enable is false