9 lines
207 B
YAML
9 lines
207 B
YAML
|
---
|
||
|
- name: Ensure bare metal installation
|
||
|
include_tasks: bare.yml
|
||
|
when: mastodon_bare_installation
|
||
|
|
||
|
- name: Ensure docker installation
|
||
|
include_tasks: docker.yml
|
||
|
when: not mastodon_bare_installation
|