mirror of https://github.com/ceph/ceph-ansible.git
11 lines
261 B
YAML
11 lines
261 B
YAML
|
---
|
||
|
- name: include check_running_containers.yml
|
||
|
include: check_running_containers.yml
|
||
|
when:
|
||
|
- containerized_deployment
|
||
|
|
||
|
- name: include check_socket_non_container.yml
|
||
|
include: check_socket_non_container.yml
|
||
|
when:
|
||
|
- not containerized_deployment
|