mirror of https://github.com/ceph/ceph-ansible.git
7 lines
141 B
YAML
7 lines
141 B
YAML
|
---
|
||
|
- include: pre_requisite.yml
|
||
|
when: not nfs_containerized_deployment
|
||
|
|
||
|
- include: ./docker/main.yml
|
||
|
when: nfs_containerized_deployment
|