4 lines
72 B
YAML
4 lines
72 B
YAML
- include: init.yml
|
|
when: operation == 'install'
|
|
- include: check.yml
|
- include: init.yml
|
|
when: operation == 'install'
|
|
- include: check.yml
|