13 lines
213 B
YAML
13 lines
213 B
YAML
|
---
|
||
|
- block:
|
||
|
- import_tasks: install.yml
|
||
|
when: not dockerize
|
||
|
- import_tasks: configure.yml
|
||
|
when: not dockerize
|
||
|
become: true
|
||
|
|
||
|
- block:
|
||
|
- import_tasks: docker.yml
|
||
|
when: dockerize
|
||
|
become: true
|